Skip to content

Commit d4def9f

Browse files
🤖 chore: Add build-docs script.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/1fe650dc2407c6c6395828a28777fe8137a3bd2f/src/transforms/docs:build-setup.js Please contact the author of the transform if you believe there was an error.
1 parent 8c0f537 commit d4def9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
],
2525
"scripts": {
2626
"build": "babel --delete-dir-on-start --env-name production src -d lib",
27+
"build-docs": "esdoc",
2728
"cover": "c8 --all --src src --reporter=lcov npm test",
2829
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
2930
"esdoc": "esdoc",

0 commit comments

Comments
 (0)