Skip to content

Commit

Permalink
Update package.json tsc-alias when build api
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdi-01 authored May 29, 2024
1 parent 87d885a commit 64b0b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "src/index.ts",
"scripts": {
"dev": "cross-env NODE_ENV=development ts-node-dev -r tsconfig-paths/register src/index.ts",
"build": "tsc",
"build": "tsc && tsc-alias",
"serve": "cross-env NODE_ENV=production node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"prisma": "npx prisma"
Expand Down

0 comments on commit 64b0b8e

Please sign in to comment.