Skip to content

Commit

Permalink
fix(graph): postinstall to get platform specific prisma binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
alber70g committed Nov 21, 2024
1 parent 5e5cb4e commit 6f00fb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/apps/graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"format:lint": "pnpm run lint:src --fix",
"format:src": "prettier . --cache --write",
"fund": "npx ts-node -T src/devnet/simulation/index.ts fund",
"postinstall": "prisma generate",
"lint": "pnpm run /^lint:.*/",
"lint:fmt": "prettier . --cache --check",
"lint:pkg": "lint-package",
Expand Down Expand Up @@ -107,6 +108,7 @@
"ts-node": "~10.9.2",
"typescript": "5.4.5"
},
"prisma.schema": "./prisma/schema.prisma",
"_moduleAliases": {
"@db": "src/db",
"@services": "src/services",
Expand Down

0 comments on commit 6f00fb9

Please sign in to comment.