Skip to content

Commit

Permalink
add rebuild task
Browse files Browse the repository at this point in the history
  • Loading branch information
UrielCh committed Apr 28, 2024
1 parent 33c28b9 commit 495d3df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"do-rebuild": "npm run build && node bin/install.js --version 4.6.0 --jobs MAX rebuild",
"lint": "eslint examples/**/*.ts src/**/*.ts typings/**/*.ts ",
"clean": "node-gyp clean",
"rebuild": "node-gyp rebuild",
"cleanjs": "rimraf {examples}/**/*.{d.ts,js,map} {cjs,esm}/{lib,install}",
"build-debug": "npm run build && BINDINGS_DEBUG=true node bin/install.js rebuild",
"checkExports": "npx @arethetypeswrong/cli $(npm pack)",
Expand Down

0 comments on commit 495d3df

Please sign in to comment.