Skip to content

Commit

Permalink
fix: fixes tsc-alias build command
Browse files Browse the repository at this point in the history
  • Loading branch information
HashMapsData2Value committed Oct 2, 2024
1 parent 693a991 commit 7b7e1a6
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 @@ -10,7 +10,7 @@
},
"type": "module",
"scripts": {
"build": "tsc && tsc-alias",
"build": "tsc && tsc-alias -p tsconfig.json -f",
"test": "jest --verbose",
"test:cov": "jest --coverage"
},
Expand Down

0 comments on commit 7b7e1a6

Please sign in to comment.