Skip to content

Commit

Permalink
Merge pull request #648 from zeromq/npm-builds [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya authored Aug 22, 2024
2 parents c3d4666 + c13cbe5 commit a2c7eb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"tsconfig.json"
],
"scripts": {
"install": "(npm run build.js || echo ok) && aminya-node-gyp-build --build-from-source",
"install": "(npm run build.js || echo ok) && cross-env npm_config_build_from_source=true aminya-node-gyp-build",
"clean": "shx rm -rf ./build ./lib/ ./prebuilds ./script/*.js ./script/*.mjs ./script/*.js.map ./script/*.mjs.map ./script/*.d.ts ./script/*.d.mts ./script/*.cjs ./scripts/*.cjs.map ./scripts/*.d.cts ./script/*.tsbuildinfo",
"clean.release": "shx rm -rf ./build/Release",
"clean.temp": "shx rm -rf ./tmp && shx mkdir -p ./tmp",
Expand Down
5 changes: 1 addition & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@
"declaration": true,
"module": "commonjs",
"moduleResolution": "node",
"types": [
"node",
"mocha"
],
"forceConsistentCasingInFileNames": true,
"strictPropertyInitialization": false, // TODO
"strict": true,
"strictNullChecks": true,
Expand Down

0 comments on commit a2c7eb4

Please sign in to comment.