We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6eb106 commit c6cefe8Copy full SHA for c6cefe8
package.json
@@ -25,8 +25,8 @@
25
"build": "NODE_ENV=production webpack --config config/webpack.prod.js",
26
"dev": "NODE_ENV=development webpack --config config/webpack.dev.js",
27
"watch": "NODE_ENV=development webpack --watch --config config/webpack.dev.js",
28
- "build-release": "npm install && composer install --no-dev -o && npm run build",
29
- "lint-release": "npm install && composer install && npm run lint",
+ "build-release": "npm install -f && composer install --no-dev -o && npm run build",
+ "lint-release": "npm install -f && composer install && npm run lint",
30
"lint-css": "stylelint assets/css",
31
"lint-js": "eslint assets/js",
32
"lint-php": "composer run lint",
0 commit comments