Skip to content

Commit 1aedf28

Browse files
committed
Revert "chore: add a separate debug build script"
This reverts commit 2f976d8.
1 parent 2f976d8 commit 1aedf28

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,14 @@
7171
],
7272
"scripts": {
7373
"install": "node-gyp-build",
74-
"clean": "shx rm -rf build lib libzmq tmp zmq prebuilds && shx mkdir -p tmp && shx touch tmp/.gitkeep",
74+
"clean": "shx rm -rf build lib libzmq tmp zmq && shx mkdir -p tmp && shx touch tmp/.gitkeep",
7575
"build.js": "tsc --project tsconfig-build.json && node script/ci/downlevel-dts.js",
7676
"build.doc": "typedoc --out docs --name zeromq.js --excludeProtected --excludePrivate --excludeNotExported --excludeExternals --externalPattern 'src/+(draft|native|compat).ts' --tsconfig tsconfig-build.json --mode file",
7777
"prebuild": "ts-node -P ./tsconfig.json ./script/prebuild.ts",
78-
"build.native": "prebuildify --napi --build-from-source",
78+
"build.native": "prebuildify --napi --build-from-source --debug",
7979
"build.native.debug": "npm run build.native -- --debug",
8080
"build": "npm run build.js && npm run build.native",
81-
"build.debug": "npm run build.js && npm run build.native.debug",
82-
"test": "npm run build.debug && mocha",
81+
"test": "npm run build.js && mocha",
8382
"lint": "sh script/lint.sh",
8483
"bench": "node --expose-gc test/bench"
8584
},

tmp/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)