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

Commit ddfdbb1

Browse files
author
Simon Hofmann
committed
Updated npm scripts
1 parent 0841a5f commit ddfdbb1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333
"main": "./lib/opencv4nodejs.js",
3434
"typings": "./lib/index.d.ts",
3535
"scripts": {
36-
"install": "prebuild-install || (node ./install/install_dependencies.js && node ./install/install.js)",
37-
"configure": "node-gyp configure",
38-
"build": "node ./install/install_dependencies.js && node ./install/install.js",
39-
"rebuild": "node ./install/install_dependencies.js && node-gyp rebuild --jobs max",
36+
"install": "prebuild-install || (node ./install/dependencies.js && node ./install/install.js)",
4037
"clean": "node-gyp clean",
41-
"prebuild": "node ./install/install_dependencies.js && prebuild",
42-
"build-debug": "BINDINGS_DEBUG=true node ./install/install_dependencies.js && node ./install/install.js"
38+
"configure": "node-gyp configure",
39+
"build": "node ./install/dependencies.js && node-gyp build --jobs max",
40+
"build-debug": "BINDINGS_DEBUG=true npm run build",
41+
"rebuild": "node ./install/dependencies.js && node-gyp rebuild --jobs max",
42+
"prebuild": "node ./install/dependencies.js && node ./install/prebuild.js"
4343
},
4444
"gypfile": true,
4545
"dependencies": {

0 commit comments

Comments
 (0)