Skip to content

Commit

Permalink
Revert "temp: pass allowOnly"
Browse files Browse the repository at this point in the history
This reverts commit b05726e.
  • Loading branch information
fdarian committed Jul 14, 2024
1 parent 311d327 commit 535bc04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/usage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "module",
"scripts": {
"start": "bun run src/index.ts",
"test": "bun vitest run --allowOnly",
"test": "bun vitest run",
"generate": "prisma generate",
"pushreset:postgres": "bun prisma db push --schema prisma/schema.prisma --force-reset --accept-data-loss",
"pushreset:mysql": "bun prisma db push --schema prisma/mysql/schema.prisma --force-reset --accept-data-loss",
Expand Down

0 comments on commit 535bc04

Please sign in to comment.