Skip to content

Commit fb63b9b

Browse files
committed
fix: rename the bin files to avoid conflicts with node-gyp-build
1 parent 3f0170d commit fb63b9b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"homepage": "http://zeromq.github.io/zeromq.js/",
2020
"dependencies": {
21-
"@aminya/node-gyp-build": "4.5.0-aminya.4",
21+
"@aminya/node-gyp-build": "4.5.0-aminya.5",
2222
"cross-env": "^7.0.3",
2323
"node-addon-api": "^7.0.0",
2424
"shelljs": "^0.8.5",
@@ -79,7 +79,7 @@
7979
"tsconfig.json"
8080
],
8181
"scripts": {
82-
"install": "(shx test -f ./script/build.js || run-s build.js) && cross-env npm_config_build_from_source=true node-gyp-build",
82+
"install": "(shx test -f ./script/build.js || run-s build.js) && cross-env npm_config_build_from_source=true aminya-node-gyp-build",
8383
"clean": "shx rm -rf ./build ./lib/ ./prebuilds ./script/*.js ./script/*.js.map ./script/*.d.ts ./script/*.tsbuildinfo",
8484
"clean.temp": "shx rm -rf ./tmp && shx mkdir -p ./tmp && shx touch ./tmp/.gitkeep",
8585
"build.library.compat": "shx rm -rf ./lib/ts3.7 && downlevel-dts ./lib ./lib/ts3.7 --to=3.7",

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)