Skip to content

Commit

Permalink
add doc:deploy and doc:dev scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Jun 20, 2018
1 parent 42bf163 commit 1e2dabd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"coveralls": "cat ./coverage/lcov.info | coveralls",
"lint": "eslint --ext .js packages",
"precommit": "lint-staged",
"doc:dev": "./website/node_modules/.bin/vuepress dev ./docs",
"doc:deploy": "cd ./website && npm run deploy && cd -",
"publish": "./scripts/publish.js"
},
"lint-staged": {
Expand Down

0 comments on commit 1e2dabd

Please sign in to comment.