We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7589c9 commit 93c0e6bCopy full SHA for 93c0e6b
bindings/package.json
@@ -2,7 +2,7 @@
2
"private": true,
3
"scripts": {
4
"build": "npm run build:package && npm run build:test",
5
- "build:package": "cross-replace node-gyp configure --arch=$TARGET_ARCH && node-gyp build --arch=$TARGET_ARCH",
+ "build:package": "cross-replace node-gyp configure --verbose --arch=$TARGET_ARCH && node-gyp build --verbose --arch=$TARGET_ARCH",
6
"build:test": "tsc -b test",
7
"clean": "npm run clean:gyp && npm run clean:libduckdb && npm run clean:package",
8
"clean:gyp": "node-gyp clean",
0 commit comments