Skip to content

Commit 93c0e6b

Browse files
committed
add --verbose to node-gyp
1 parent a7589c9 commit 93c0e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"scripts": {
44
"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",
5+
"build:package": "cross-replace node-gyp configure --verbose --arch=$TARGET_ARCH && node-gyp build --verbose --arch=$TARGET_ARCH",
66
"build:test": "tsc -b test",
77
"clean": "npm run clean:gyp && npm run clean:libduckdb && npm run clean:package",
88
"clean:gyp": "node-gyp clean",

0 commit comments

Comments
 (0)