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 e3f290b commit b3c57f7Copy full SHA for b3c57f7
dev_mode/package.json
@@ -4,7 +4,7 @@
4
"private": true,
5
"license": "BSD-3-Clause",
6
"scripts": {
7
- "build": "cat package.json && npm run clean && webpack",
+ "build": "npm run clean && webpack",
8
"build:dev": "npm run build",
9
"build:prod": "webpack --config webpack.prod.config.js",
10
"build:prod:minimize": "webpack --config webpack.prod.minimize.config.js",
0 commit comments