Skip to content

Commit 0a0f7f6

Browse files
committed
Revert changes inside the npm run build script
1 parent f66f444 commit 0a0f7f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"cs:js": "eslint assets/.src/js",
7474
"cs:scss": "stylelint \"assets/.src/**/*.scss\"",
7575
"cs:php": "composer cs",
76-
"build": "cross-env NODE_ENV=development ENV_FILE=./.env.development npx mix --mix-config=.webpack.mix.js",
76+
"build": "cross-env NODE_ENV=development npx mix --mix-config=.webpack.mix.js",
7777
"build:production": "cross-env NODE_ENV=production npx mix --production --mix-config=.webpack.mix.js",
7878
"start": "cross-env NODE_ENV=development npx mix --mix-config=.webpack.mix.js -- --watch",
7979
"unit": "jest",

0 commit comments

Comments
 (0)