Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasmah committed Sep 12, 2024
1 parent 7d63f4a commit 16959e3
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 @@ -11,7 +11,8 @@
"start": "nodemon --config ./nodemon_config.json --watch src/**/*.ts --watch .env --exec cross-env NODE_ENV=development ts-node src/index.ts",
"debug": "node --inspect-brk -r ts-node/register src/index.ts",
"build": "tsc -p .",
"semantic-release": "semantic-release"
"semantic-release": "semantic-release",
"postinstall": "patch-package"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 16959e3

Please sign in to comment.