Skip to content

Commit

Permalink
chore: use tsc --build flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jejebecarte committed Sep 26, 2024
1 parent 3747983 commit 02ed81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"private": false,
"scripts": {
"build": "tsc --clean && tsc-alias",
"build": "tsc --build --clean && tsc-alias",
"clean": "rm -r dist/",
"dev": "ts-node-dev --respawn --transpile-only --poll -r tsconfig-paths/register src/index.ts",
"format": "prettier --write .",
Expand Down

0 comments on commit 02ed81a

Please sign in to comment.