Skip to content

Commit b56dabb

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/eb1b209cd7aa675a642d48b2a788c2c6112779f7/src/transforms/docs:build-setup.js Please contact the author of the transform if you believe there was an error.
1 parent 68811a8 commit b56dabb

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
@@ -29,6 +29,7 @@
2929
],
3030
"scripts": {
3131
"build": "babel --delete-dir-on-start --env-name production src -d lib",
32+
"build-docs": "esdoc",
3233
"cover": "c8 --all --src src --reporter=lcov npm test",
3334
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
3435
"esdoc": "esdoc",

0 commit comments

Comments
 (0)