Skip to content

Commit b4d7990

Browse files
committed
[publish binary] release version 0.9.5
1 parent 691f22c commit b4d7990

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,8 @@ test_script:
4545
- npm --version
4646
# run tests
4747
- npm test
48-
# test package
49-
- node-pre-gyp configure clean build package
5048
# publish binary
51-
- ps: if ($env:publish_binary -eq "true") { node-pre-gyp-github publish --release }
49+
- ps: if ($env:publish_binary -eq "true") { node-pre-gyp configure clean build package; node-pre-gyp-github publish --release }
5250

5351
# Don't actually build.
5452
build: off

0 commit comments

Comments
 (0)