File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 11os : unstable
22cache :
3- - node_modules
3+ - node_modules -> yarn.lock
44branches :
55 only :
66 - production
@@ -24,9 +24,5 @@ version: '{build}'
2424shallow_clone : true
2525clone_depth : 1
2626test_script :
27- - dir
28- - cd node_modules
29- - dir
30- - cd ..
3127- yarn run production-windows
3228- yarn run publish
Original file line number Diff line number Diff line change 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/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
17+ "production-windows" : " node node_modules/cross-env/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"
1818 },
1919 "keywords" : [],
2020 "author" : " Kris Siepert" ,
You can’t perform that action at this time.
0 commit comments