Skip to content

Commit a51e7ff

Browse files
committed
Fix appveyor build script
1 parent 466aebe commit a51e7ff

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
@@ -23,4 +23,5 @@ version: '{build}'
2323
shallow_clone: true
2424
clone_depth: 1
2525
test_script:
26-
- ps: yarn run production && yarn run publish
26+
- ps: yarn run production
27+
- ps: yarn run publish

0 commit comments

Comments
 (0)