File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
"build" : " turbo build" ,
11
11
"lint" : " turbo lint" ,
12
12
"clean" : " find . -name \" node_modules\" -type d -prune -exec rm -rf '{}' +" ,
13
- "prisma:init" : " pnpm -r prisma:generate && pnpm i "
13
+ "prisma:init" : " pnpm -r prisma:generate"
14
14
},
15
15
"engines" : {
16
16
"node" : " >=18.16" ,
Original file line number Diff line number Diff line change 34
34
"prisma-migrate:dev" : " pnpm env:copy --only-dev && pnpm prisma migrate dev --schema=./prisma/velog-rds/schema.prisma --create-only" ,
35
35
"prisma-deploy:rds" : " pnpm env:copy && dotenv -e .env -- tsx ./scripts/rdsDeploy.mts" ,
36
36
"prisma-deploy:mongo" : " pnpm env:copy && dotenv -e .env -- tsx ./scripts/mongoDeploy.mts" ,
37
- "prisma:generate" : " tsx ./scripts/generatePrisma.mts" ,
37
+ "prisma:generate" : " tsx ./scripts/generatePrisma.mts && pnpm build " ,
38
38
"build" : " tsc -p tsconfig.build.json" ,
39
39
"lint" : " prettier -w ." ,
40
40
"env:copy" : " tsx ./scripts/copyEnv.mts" ,
You can’t perform that action at this time.
0 commit comments