Skip to content

Commit

Permalink
fix: worker build test
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed May 10, 2023
1 parent 9fa1e47 commit 036d4a1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
7 changes: 4 additions & 3 deletions packages/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.0.15",
"private": true,
"scripts": {
"build": "wrangler publish --dry-run",
"db:exec": "prisma db execute --file",
"db:gen": "prisma generate --data-proxy",
"db:migrate": "pnpm prisma migrate dev --name",
Expand All @@ -19,8 +20,8 @@
"simptrad": "^0.1.0"
},
"devDependencies": {
"@prisma/client": "4.14.0",
"prisma": "4.14.0"
"@prisma/client": "4.13.0",
"prisma": "4.13.0"
},
"packageManager": "[email protected]"
}
}
30 changes: 15 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 036d4a1

Please sign in to comment.