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 1f6bcab commit 8eff88dCopy full SHA for 8eff88d
package.json
@@ -5,7 +5,7 @@
5
"main": "dist/data.json",
6
"scripts": {
7
"test": "echo \"Error: no test specified\" && exit 1",
8
- "start": "node build/compile.js",
+ "start": "node build/compile.js && npm run deploy",
9
"deploy": "node build/deploy.js",
10
"build:css": "stylus -u autoprefixer-stylus template/styl/index.styl -o .deploy/ -c",
11
"watch:css": "stylus -u autoprefixer-stylus -w template/styl/index.styl -o .deploy/ -c"
0 commit comments