Skip to content

Commit 8eff88d

Browse files
committed
update npm scripts
1 parent 1f6bcab commit 8eff88d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "dist/data.json",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
8-
"start": "node build/compile.js",
8+
"start": "node build/compile.js && npm run deploy",
99
"deploy": "node build/deploy.js",
1010
"build:css": "stylus -u autoprefixer-stylus template/styl/index.styl -o .deploy/ -c",
1111
"watch:css": "stylus -u autoprefixer-stylus -w template/styl/index.styl -o .deploy/ -c"

0 commit comments

Comments
 (0)