Skip to content

Commit 03f3f15

Browse files
committed
pkg scripts
1 parent dbe8ae4 commit 03f3f15

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@
3030
}
3131
},
3232
"scripts": {
33+
"clean": "rimraf build",
3334
"configure": "node-pre-gyp configure",
34-
"install": "node-pre-gyp install --fallback-to-build",
35-
"rebuild": "node-pre-gyp configure rebuild",
35+
"install": "node-pre-gyp install --fallback-to-build --loglevel verbose",
36+
"rebuild": "node-pre-gyp rebuild --loglevel verbose",
3637
"make:wasm": "docker run --rm -v $(pwd):/src -u $(id -u):$(id -g) emscripten/emsdk emmake make",
3738
"build:wasm": "yarn make:wasm build",
3839
"rebuild:wasm": "yarn make:wasm rebuild",
@@ -49,6 +50,7 @@
4950
"url": "git://github.com/launchql/libpg-query-node.git"
5051
},
5152
"devDependencies": {
53+
"rimraf": "5.0.0",
5254
"chai": "^3.5.0",
5355
"emnapi": "^0.43.1",
5456
"lodash": "^4.17.15",

0 commit comments

Comments
 (0)