Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Nov 14, 2024
1 parent e7e8652 commit f3bd794
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/canyon-collect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
"private": true,
"license": "UNLICENSED",
"scripts": {
"vercel-build": "pnpm run prisma:migrate && pnpm run prisma:generate && nest build",
"build": "pnpm run prisma:migrate && pnpm run prisma:generate && nest build",
"prisma:migrate": "echo 'hi'",
"prisma:generate": "npx prisma generate"
"prisma:generate": "prisma generate"
},
"dependencies": {
"@mongodb-js/zstd": "^1.2.2",
Expand Down

0 comments on commit f3bd794

Please sign in to comment.