Skip to content
Snippets Groups Projects
Verified Commit dcf9f109 authored by Konstantin Tsabolov's avatar Konstantin Tsabolov
Browse files

chore: remove prisma command from proof manager

parent 0735e34c
No related branches found
No related tags found
No related merge requests found
...@@ -11,11 +11,7 @@ ...@@ -11,11 +11,7 @@
"prebuild": "pnpm clean", "prebuild": "pnpm clean",
"build": "nest build", "build": "nest build",
"prebuild:production": "pnpm clean", "prebuild:production": "pnpm clean",
"build:production": "pnpm prisma:generate && nest build -p tsconfig.production.json", "build:production": "nest build -p tsconfig.production.json",
"prisma:dbpush": "prisma db push --schema=./src/prisma/schema.prisma",
"prisma:generate": "prisma generate --schema=./src/prisma/schema.prisma",
"prisma:migrate": "prisma migrate deploy --schema=./src/prisma/schema.prisma",
"prisma:studio": "prisma studio",
"start": "nest start --watch --preserveWatchOutput", "start": "nest start --watch --preserveWatchOutput",
"test": "jest", "test": "jest",
"test:watch": "jest --watch", "test:watch": "jest --watch",
......
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