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

update node dependecies

parent ed930393
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
"scripts": {
"env:decrypt": "npx dotenvx decrypt",
"env:update": "npx dotenvx encrypt",
"prisma:generate": "npx prisma generate",
"prisma:generate": "node --loader=ts-node/esm ./node_modules/.bin/prisma generate",
"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",
......
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