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.
npm run build
1 parent f66f444 commit 0a0f7f6Copy full SHA for 0a0f7f6
package.json
@@ -73,7 +73,7 @@
73
"cs:js": "eslint assets/.src/js",
74
"cs:scss": "stylelint \"assets/.src/**/*.scss\"",
75
"cs:php": "composer cs",
76
- "build": "cross-env NODE_ENV=development ENV_FILE=./.env.development npx mix --mix-config=.webpack.mix.js",
+ "build": "cross-env NODE_ENV=development npx mix --mix-config=.webpack.mix.js",
77
"build:production": "cross-env NODE_ENV=production npx mix --production --mix-config=.webpack.mix.js",
78
"start": "cross-env NODE_ENV=development npx mix --mix-config=.webpack.mix.js -- --watch",
79
"unit": "jest",
0 commit comments