Skip to content

Commit d8bb042

Browse files
committed
appvoyer stuff
1 parent d044c3f commit d8bb042

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

appveyor.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@ install:
99
- ps: Install-Product node 8.9.1 x64
1010

1111
build_script:
12-
- yarn
12+
- npm install
1313
- .\node_modules\.bin\gulp electron
1414
- npm run compile
15+
- npm run vscode:prepublish
1516

1617
test_script:
17-
- npm install
1818
- npm run prettier
19-
- npm run vscode:prepublish
2019
- npm run test --silent

0 commit comments

Comments
 (0)