Skip to content

Commit bec4ab1

Browse files
🤖 chore: Add build-docs script.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/8134808bd3e9bcbb3e4b2ca5401e2dee58965a01/src/transforms/docs:build-setup.js Please contact the author of the transform if you believe there was an error.
1 parent 0b2a877 commit bec4ab1

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
@@ -38,6 +38,7 @@
3838
],
3939
"scripts": {
4040
"build": "babel --delete-dir-on-start --env-name production src -d lib",
41+
"build-docs": "esdoc",
4142
"cover": "c8 --all --src src --reporter=lcov npm test",
4243
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
4344
"esdoc": "esdoc",

0 commit comments

Comments
 (0)