Skip to content

Commit

Permalink
test: fix wrong schema.prisma path
Browse files Browse the repository at this point in the history
  • Loading branch information
Hrdtr committed Jun 12, 2024
1 parent f3d20db commit 81af7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"play": "jiti playground",
"release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
"test": "pnpm lint && pnpm typecheck && vitest run --typecheck --coverage --coverage.exclude commitlint.config.ts",
"test:prepare": "npx --yes prisma generate --schema test/q/prisma/schema.prisma",
"test:prepare": "npx --yes prisma generate --schema test/query-filter-transformer/prisma/schema.prisma",
"typecheck": "tsc --noEmit --skipLibCheck"
},
"devDependencies": {
Expand Down

0 comments on commit 81af7ed

Please sign in to comment.