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.
2 parents 03a4e3c + a47d91d commit ada5f51Copy full SHA for ada5f51
package.json
@@ -8,7 +8,7 @@
8
"test": "npm run-script standard && npm run-script jsonlint",
9
"jsonlint": "find . -not -path './node_modules/*' -type f -name '*.json' -o -type f -name '*.json.example' | while read json; do echo $json ; jq . $json; done",
10
"standard": "node ./node_modules/standard/bin/cmd.js",
11
- "dev": "webpack --config webpack.config.js --progress --colors --watch",
+ "dev": "webpack --config webpack.config.js --mode=production --progress --colors --watch",
12
"build": "webpack --config webpack.production.js --progress --colors --bail",
13
"postinstall": "bin/heroku",
14
"start": "node app.js",
0 commit comments