Skip to content

Commit

Permalink
ci: 🎡 remove pre-gyp info command
Browse files Browse the repository at this point in the history
  • Loading branch information
denghongcai committed Dec 18, 2024
1 parent 23466cc commit a3a6bbe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,3 @@ jobs:
if [[ $PUBLISH_BINARY == true ]]; then INSTALL_RESULT=$(npm install --fallback-to-build=false > /dev/null)$? || true; fi;
if [[ $INSTALL_RESULT != 0 ]]; then echo "returned $INSTALL_RESULT";false; fi
./node_modules/.bin/node-pre-gyp clean
- name: Build Success
run: ./node_modules/.bin/node-pre-gyp info

0 comments on commit a3a6bbe

Please sign in to comment.