Skip to content
Snippets Groups Projects
Commit 1e2a811e authored by benjamin.anthonio's avatar benjamin.anthonio
Browse files

update package.json

parent d58ec9b7
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
"env:decrypt": "npx dotenvx decrypt",
"env:update": "npx dotenvx encrypt",
"prisma:generate": "npx prisma generate",
"build:project": "npm run prisma:generate && npx tsc --project ./ && cp -R assets dist/assets",
"build:project": "npx tsc --project ./ && cp -R assets dist/assets",
"build": "npm run build:project",
"database:migrate:create": "npx dotenvx run -- npx prisma migrate dev --create-only",
"database:migrate:deploy": "npx dotenvx run -- npx prisma migrate deploy",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment