Skip to content

Commit

Permalink
keep prisma outside test folder in root
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilwylegala committed Nov 28, 2024
1 parent 856ee17 commit 45d7310
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/outbox-prisma-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"lint:fix": "biome check --write .",
"docker:start:dev": "docker compose up -d",
"docker:stop:dev": "docker compose down",
"db:update-client": "prisma generate --schema=./test/schema.prisma",
"db:update-client": "prisma generate",
"prepublishOnly": "npm run build:release"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ model OutboxEntry {

generator client {
provider = "prisma-client-js"
output = "./db-client"
}

0 comments on commit 45d7310

Please sign in to comment.