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

update package.json

parent 1e2a811e
Branches
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": "npx tsc --project ./ && cp -R assets dist/assets",
"build:project": "npm run prisma:generate && 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",
......
......@@ -18,7 +18,7 @@
},
"ts-node": {
"esm": true
},
}
"include" : [
"src/**/*.ts",
"prisma/seed.ts"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment