Skip to content

Commit

Permalink
chore: run method
Browse files Browse the repository at this point in the history
  • Loading branch information
patzick committed Jan 31, 2024
1 parent 088fdfc commit 4d5f6ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/api-client-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"lint": "eslint src/**/*.ts* --fix --max-warnings=0 && pnpm run typecheck",
"typecheck": "tsc --noEmit",
"test": "vitest run --typecheck",
"test:bench": "vitest bench --run",
"test:bench": "vitest bench",
"test:watch": "vitest"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/api-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"lint": "eslint src/**/*.ts* --fix --max-warnings=0 && pnpm run typecheck",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"test:bench": "vitest bench --run",
"test:bench": "vitest bench",
"test:watch": "vitest"
},
"devDependencies": {
Expand Down

0 comments on commit 4d5f6ed

Please sign in to comment.