Skip to content

Commit c6cefe8

Browse files
committed
Ensure our build process works
1 parent d6eb106 commit c6cefe8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"build": "NODE_ENV=production webpack --config config/webpack.prod.js",
2626
"dev": "NODE_ENV=development webpack --config config/webpack.dev.js",
2727
"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",
28+
"build-release": "npm install -f && composer install --no-dev -o && npm run build",
29+
"lint-release": "npm install -f && composer install && npm run lint",
3030
"lint-css": "stylelint assets/css",
3131
"lint-js": "eslint assets/js",
3232
"lint-php": "composer run lint",

0 commit comments

Comments
 (0)