Skip to content

Commit

Permalink
chore: add generate docs script
Browse files Browse the repository at this point in the history
  • Loading branch information
Himenon committed Feb 5, 2020
1 parent a52ca70 commit 9796b39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"clean": "rimraf ./lib ./build ./dist",
"develop": "cross-env NODE_ENV=development yarn build:webpack --watch",
"export:static": "node ./bin/code-dependency.js --source ./src --exclude node_modules --export-static ./output --public-path http://localhost:5000/output",
"generate:docs": "node ./bin/code-dependency.js --source ./src --exclude node_modules --export-static ../../docs --public-path https://himenon.github.io/code-dependency/",
"server": "nodemon ./bin/code-dependency.js --source ./src --exclude node_modules",
"start": "run-p develop server",
"test": "jest -c jest.config.json && yarn export:static",
Expand Down

0 comments on commit 9796b39

Please sign in to comment.