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 691f22c commit b4d7990Copy full SHA for b4d7990
appveyor.yml
@@ -45,10 +45,8 @@ test_script:
45
- npm --version
46
# run tests
47
- npm test
48
- # test package
49
- - node-pre-gyp configure clean build package
50
# publish binary
51
- - ps: if ($env:publish_binary -eq "true") { node-pre-gyp-github publish --release }
+ - ps: if ($env:publish_binary -eq "true") { node-pre-gyp configure clean build package; node-pre-gyp-github publish --release }
52
53
# Don't actually build.
54
build: off
0 commit comments