Skip to content

Commit

Permalink
fix: release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun-KumarH committed Mar 1, 2024
1 parent 3b8b0ba commit 83d7434
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@
"tsctests": "tsc -d -p tsconfig.test.json",
"build:tsc": "esbuild ./src/start.ts --bundle --platform=node --outfile=lib/start.cjs --minify --tree-shaking=true --sourcemap=inline",
"build:clean": "rimraf lib",
"build": "npm-run-all lint build:clean build:tsc"
"build": "npm-run-all lint build:clean build:tsc",
"prepare": "node -e \"try { require('husky').install() } catch (e) {}\""
},
"engines": {
"node": ">= 20.8.0"
Expand Down

0 comments on commit 83d7434

Please sign in to comment.