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 5612973 commit 3207b67Copy full SHA for 3207b67
{{cookiecutter.repo_name}}/package.json
@@ -12,7 +12,7 @@
12
"build:prod:css": "sass -s compressed sass/index.scss dist/index.css",
13
"build:prod:js": "webpack --config webpack.dev.js --progress",
14
"start:dev": "npm-run-all build:dev:*",
15
- "start:prod": "npm-run-all build:prod*",
+ "start:prod": "npm-run-all build:prod:*",
16
"start:watch": "npm-run-all watch:*",
17
"start": "npm run start:watch",
18
"test": "nyc mocha",
0 commit comments