Skip to content

Commit 144ba53

Browse files
committed
Update appveyor.yml
1 parent 5f81945 commit 144ba53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ build_script:
2929
test_script:
3030
- ps: >
3131
if ($env:publish_binary -eq "true") {
32-
node_modules\\.bin\\prebuild --all -u $env:prebuild_upload
32+
node_modules\\.bin\\prebuild -t 9.0.0 -t 10.0.0 -t 11.0.0 -t 12.0.0 -u $env:prebuild_upload
3333
}
3434
true;
3535
deploy: OFF

0 commit comments

Comments
 (0)