Skip to content

Commit 9796b39

Browse files
committed
chore: add generate docs script
1 parent a52ca70 commit 9796b39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cli/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"clean": "rimraf ./lib ./build ./dist",
3535
"develop": "cross-env NODE_ENV=development yarn build:webpack --watch",
3636
"export:static": "node ./bin/code-dependency.js --source ./src --exclude node_modules --export-static ./output --public-path http://localhost:5000/output",
37+
"generate:docs": "node ./bin/code-dependency.js --source ./src --exclude node_modules --export-static ../../docs --public-path https://himenon.github.io/code-dependency/",
3738
"server": "nodemon ./bin/code-dependency.js --source ./src --exclude node_modules",
3839
"start": "run-p develop server",
3940
"test": "jest -c jest.config.json && yarn export:static",

0 commit comments

Comments
 (0)