Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 297f921

Browse files
author
Simon Hofmann
committed
Reverted npm script to use prebuild directly
1 parent 2d396c3 commit 297f921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"build": "node ./install/dependencies.js && node-gyp build --jobs max",
4040
"build-debug": "BINDINGS_DEBUG=true npm run build",
4141
"rebuild": "node ./install/dependencies.js && node-gyp rebuild --jobs max",
42-
"prebuild": "node ./install/dependencies.js && node ./install/prebuild.js"
42+
"prebuild": "node ./install/dependencies.js && prebuild"
4343
},
4444
"gypfile": true,
4545
"dependencies": {

0 commit comments

Comments
 (0)