Modify deploy command.

pull/23/head
jaywcjlove 7 years ago
parent 2b6f1be91c
commit 6b34899161

@ -6,7 +6,7 @@
"scripts": {
"lint": "eslint --ext .js src website",
"precommit": "npm run build && npm run lint",
"deploy": "gh-pages -d build",
"deploy": "npm run doc:build && gh-pages -d build",
"build": "node scripts/build.js",
"watch": "node scripts/watch.js",
"pretest": "npm run build",

Loading…
Cancel
Save