Skip to content

Commit 6b0b4e3

Browse files
committed
Fix appveyor build script
1 parent a51e7ff commit 6b0b4e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ branches:
55
only:
66
- production
77
environment:
8+
NODE_ENV: 'production'
89
GITHUB_TOKEN:
910
secure: G/hTb/AdUY4ynt5XGj10fROfQZC2xgogiQAiqXT63cEMGAGcZ8+6rOdQJzf4/PHf
1011
matrix:
@@ -23,5 +24,5 @@ version: '{build}'
2324
shallow_clone: true
2425
clone_depth: 1
2526
test_script:
26-
- ps: yarn run production
27+
- ps: webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js
2728
- ps: yarn run publish

0 commit comments

Comments
 (0)