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 8763fa6 commit c1a2298Copy full SHA for c1a2298
scripts/node_build_win.sh
@@ -15,8 +15,6 @@ if [[ ! "$GITHUB_REF" =~ ^(refs/tags/v.+)$ ]] ; then
15
fi
16
npx node-pre-gyp package testpackage testbinary
17
18
-
19
-TODO
20
if [[ "$GITHUB_REF" =~ ^(refs/heads/main|refs/tags/v.+)$ ]] ; then
21
npx node-pre-gyp publish
22
npx node-pre-gyp info
0 commit comments