Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
revert preinstall.js -> rebuild-core.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphtheninja committed Jun 4, 2019
1 parent 4aed0eb commit 5f3782c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"coverage-html-report": "rm -rf coverage/ && nyc report --reporter=html && opn coverage/index.html",
"generate-constants": "./scripts/generate-constants.js",
"install": "node scripts/install.js",
"node-gyp-build": "node-gyp-build \"node scripts/preinstall.js\" \"node scripts/postinstall.js\"",
"node-gyp-build": "node-gyp-build \"node scripts/rebuild-core.js\" \"node scripts/postinstall.js\"",
"rebuild-all": "npm run rebuild-core && npm run rebuild-bindings",
"rebuild-core": "node scripts/preinstall.js",
"rebuild-core": "node scripts/rebuild-core.js",
"rebuild-bindings": "node-gyp rebuild",
"prebuild": "prebuildify -t 10.16.0 --napi --strip --postinstall \"node scripts/postinstall.js --prebuild\"",
"submodule": "git submodule update --recursive --init",
Expand Down
File renamed without changes.

0 comments on commit 5f3782c

Please sign in to comment.