Skip to content

Commit

Permalink
sure
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes committed Oct 3, 2023
1 parent 764879b commit 4c12baa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/node_build_win.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ npm install --build-from-source
npm test
npx node-pre-gyp package testpackage testbinary

if [[ "$GITHUB_REF" =~ ^(refs/heads/main|refs/tags/v.+)$ ]] ; then
# TODO
# npx node-pre-gyp publish
# npx node-pre-gyp info
fi
# if [[ "$GITHUB_REF" =~ ^(refs/heads/main|refs/tags/v.+)$ ]] ; then
# npx node-pre-gyp publish
# npx node-pre-gyp info
# fi

0 comments on commit 4c12baa

Please sign in to comment.