Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
npm(install): run check build on install
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasBa committed Nov 4, 2022
1 parent 8fde230 commit eb0b54d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,17 @@
"binaries",
"scripts/binaries.js",
"scripts/check-build.js",
"scripts/copu-target.js"
"scripts/copy-target.js"
],
"scripts": {
"install": "echo '@sentry/profiling-node' > /dev/null",
"postinstall": "node scripts/check-build.js",
"clean": "rm -rf ./lib && rm -rf build",
"lint": "eslint ./src --ext .ts",
"build": "npm run build:bindings && npm run build:lib",
"build:lib": "tsc",
"build:configure": "node-gyp configure",
"build:bindings": "node-gyp rebuild",
"build:bindings": "node-gyp build",
"build:benchmark:format": "node-gyp -DFORMAT_BENCHMARK=1 build",
"benchmark": "npm run benchmark:methods && npm run benchmark:profiler && npm run benchmark:server && npm run benchmark:format",
"benchmark:methods": "node benchmarks/cpu/benchmark.methods.js",
Expand Down

0 comments on commit eb0b54d

Please sign in to comment.