Skip to content

Commit

Permalink
fix: fixed github runner build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yungblud committed Jan 24, 2024
1 parent e915495 commit cb71503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/billets-admin-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"scripts": {
"debug": "vercel dev --listen 3001",
"prisma:copy": "cp -r ../../prisma/schema.prisma ./prisma/schema.prisma",
"prisma:copy": "mkdir -p ./prisma && cp ../../prisma/schema.prisma ./prisma/schema.prisma",
"deploy": "vercel",
"build": "tsc",
"start": "node --experimental-specifier-resolution=node ./dist/index.js",
Expand Down

0 comments on commit cb71503

Please sign in to comment.