Skip to content

Commit 6a4a800

Browse files
Remove npm run from install lifecycle script. (WiseLibs#894)
This ensures compatibility with all package manager installation choices. Closes WiseLibs#893.
1 parent 15652ad commit 6a4a800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"sqlite3": "^5.0.8"
3131
},
3232
"scripts": {
33-
"install": "prebuild-install || npm run build-release",
33+
"install": "prebuild-install || node-gyp rebuild --release",
3434
"build-release": "node-gyp rebuild --release",
3535
"build-debug": "node-gyp rebuild --debug",
3636
"rebuild-release": "npm run lzz && npm run build-release",

0 commit comments

Comments
 (0)