Skip to content

Commit

Permalink
fix: 🐛 avoid node-gyp rebuild install script
Browse files Browse the repository at this point in the history
Add an "install" script in order to "override" npm behavior of adding a
"node-gyp rebuild" install script on the fly when publishing
  • Loading branch information
danymarques committed Mar 13, 2024
1 parent fcccc34 commit f5f5e7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@
"snyk-protect": "snyk-protect",
"format:base": "prettier --parser typescript",
"format:check": "npm run format:base -- --list-different \"{src,standalone,bin,test}/**/*.{ts,tsx}\"",
"format:fix": "npm run format:base -- --write \"{src,standalone,bin,test}/**/*.{ts,tsx}\""
"format:fix": "npm run format:base -- --write \"{src,standalone,bin,test}/**/*.{ts,tsx}\"",
"install": ""
},
"prettier": "@pact-foundation/pact-js-prettier-config",
"commit-and-tag-version": {
Expand Down

0 comments on commit f5f5e7c

Please sign in to comment.