Skip to content

Commit c48d2c5

Browse files
committed
Working on appvexor build script
1 parent b0329d7 commit c48d2c5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

appveyor.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,5 @@ version: '{build}'
2424
shallow_clone: true
2525
clone_depth: 1
2626
test_script:
27-
- ps: echo %cd%
28-
- ps: dir node_modules/webpack/bin
29-
- ps: yarn run production-windows
30-
- ps: yarn run publish
27+
- yarn run production-windows
28+
- yarn run publish

0 commit comments

Comments
 (0)