We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22e70d1 commit 96a7be7Copy full SHA for 96a7be7
package.json
@@ -80,6 +80,6 @@
80
"lint": "jshint src --reporter=node_modules/jshint-stylish",
81
"build": "npm run lint && gulp transform && gulp uglify",
82
"develop": "cross-env NODE_ENV=develop gulp",
83
- "server": "gulp connect"
+ "start": "gulp connect"
84
}
85
0 commit comments