Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
surafeldev authored Dec 21, 2024
1 parent c4590fa commit 402ef1e
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 @@ -16,7 +16,8 @@
"knip-ci": "knip --no-exit-code --reporter json",
"prepare": "husky install",
"test": "jest",
"build": "tsup"
"build": "tsup",
"start": "node dist/main.js"
},
"keywords": [
"typescript",
Expand Down

0 comments on commit 402ef1e

Please sign in to comment.