Skip to content

Commit 3207b67

Browse files
authored
Update package.json
1 parent 5612973 commit 3207b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.repo_name}}/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build:prod:css": "sass -s compressed sass/index.scss dist/index.css",
1313
"build:prod:js": "webpack --config webpack.dev.js --progress",
1414
"start:dev": "npm-run-all build:dev:*",
15-
"start:prod": "npm-run-all build:prod*",
15+
"start:prod": "npm-run-all build:prod:*",
1616
"start:watch": "npm-run-all watch:*",
1717
"start": "npm run start:watch",
1818
"test": "nyc mocha",

0 commit comments

Comments
 (0)