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.
1 parent a51e7ff commit 6b0b4e3Copy full SHA for 6b0b4e3
appveyor.yml
@@ -5,6 +5,7 @@ branches:
5
only:
6
- production
7
environment:
8
+ NODE_ENV: 'production'
9
GITHUB_TOKEN:
10
secure: G/hTb/AdUY4ynt5XGj10fROfQZC2xgogiQAiqXT63cEMGAGcZ8+6rOdQJzf4/PHf
11
matrix:
@@ -23,5 +24,5 @@ version: '{build}'
23
24
shallow_clone: true
25
clone_depth: 1
26
test_script:
-- ps: yarn run production
27
+- ps: webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js
28
- ps: yarn run publish
0 commit comments