Skip to content

Commit

Permalink
Revert "Revert "chore: add a separate debug build script""
Browse files Browse the repository at this point in the history
This reverts commit 1aedf28.
  • Loading branch information
aminya committed Sep 5, 2022
1 parent c56e20c commit 2b723ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,15 @@
],
"scripts": {
"install": "node-gyp-build",
"clean": "shx rm -rf build lib libzmq tmp zmq && shx mkdir -p tmp && shx touch tmp/.gitkeep",
"clean": "shx rm -rf build lib libzmq tmp zmq prebuilds && shx mkdir -p tmp && shx touch tmp/.gitkeep",
"build.js": "tsc --project tsconfig-build.json && node script/ci/downlevel-dts.js",
"build.doc": "typedoc --out docs --name zeromq.js --excludeProtected --excludePrivate --excludeNotExported --excludeExternals --externalPattern 'src/+(draft|native|compat).ts' --tsconfig tsconfig-build.json --mode file",
"prebuild": "ts-node -P ./tsconfig.json ./script/prebuild.ts",
"build.native": "prebuildify --napi --build-from-source --debug",
"build.native": "prebuildify --napi --build-from-source",
"build.native.debug": "npm run build.native -- --debug",
"build": "npm run build.js && npm run build.native",
"test": "npm run build.js && mocha",
"build.debug": "npm run build.js && npm run build.native.debug",
"test": "npm run build.debug && mocha",
"lint": "sh script/lint.sh",
"bench": "node --expose-gc test/bench"
},
Expand Down
Empty file removed tmp/.gitkeep
Empty file.

0 comments on commit 2b723ce

Please sign in to comment.