Skip to content

Commit

Permalink
chore(devbox): add postinstall for prisma
Browse files Browse the repository at this point in the history
  • Loading branch information
xudaotutou committed Dec 20, 2024
1 parent dd25a31 commit 82c35e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/providers/devbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"lint": "next lint",
"ts-lint": "tsc --noEmit",
"link-sdk": "rm -rf node_modules/sealos-desktop-sdk && yalc link sealos-desktop-sdk",
"unlink-sdk": "yalc remove --all && pnpm install sealos-desktop-sdk"
"unlink-sdk": "yalc remove --all && pnpm install sealos-desktop-sdk",
"gen-client": "prisma generate --schema ./prisma/schema.prisma",
"postinstall": "pnpm gen-client"
},
"dependencies": {
"@chakra-ui/react": "^2.8.1",
Expand Down

0 comments on commit 82c35e8

Please sign in to comment.