Skip to content

Commit

Permalink
fix(api): adjust build ncp command
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcfps committed Feb 18, 2025
1 parent f1bed3d commit 1fc64ec
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 @@ -7,7 +7,7 @@
"license": "UNLICENSED",
"scripts": {
"copy-env": "ncp .env.example .env",
"build": "prisma generate && tsc --build --verbose && ncp prisma dist",
"build": "prisma generate && tsc --build --verbose && ncp prisma/ dist/prisma/",
"prisma:generate": "prisma format && prisma generate",
"sync-db-schema": "prisma format && prisma generate && node -r ts-node/register --env-file=.env src/scripts/sync-db-schema.ts",
"dev": "nodemon",
Expand Down

0 comments on commit 1fc64ec

Please sign in to comment.