We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a52ca70 commit 9796b39Copy full SHA for 9796b39
packages/cli/package.json
@@ -34,6 +34,7 @@
34
"clean": "rimraf ./lib ./build ./dist",
35
"develop": "cross-env NODE_ENV=development yarn build:webpack --watch",
36
"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/",
38
"server": "nodemon ./bin/code-dependency.js --source ./src --exclude node_modules",
39
"start": "run-p develop server",
40
"test": "jest -c jest.config.json && yarn export:static",
0 commit comments