Skip to content

Commit 00f5b5b

Browse files
committed
Seriously appveyor, I beg you to start building packages again or I will drop Windows support forever! (just kidding, but I will scream. very loud. so every appveyor dev wakes up. no sleep for you anymore. haha)
1 parent c51630e commit 00f5b5b

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
@@ -14,7 +14,7 @@
1414
"watch": "NODE_ENV=development webpack --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
1515
"hot": "NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
1616
"production": "NODE_ENV=production webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
17-
"production-windows": "node node_modules/cross-env/dist/bin/cross-env.js NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
17+
"production-windows": "node node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
1818
},
1919
"keywords": [],
2020
"author": "Kris Siepert",

0 commit comments

Comments
 (0)