Skip to content

Commit e632964

Browse files
committed
Minor changes
1 parent 2a7d50f commit e632964

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.prettierignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
**/.venv
1+
**/.venv
2+
**/*gen.*.ts

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"codegen": "turbo run codegen",
2424
"dev": "turbo run dev",
2525
"lint": "turbo run lint && prettier . --write",
26-
"lint:check": "turbo run lint:check && prettier . --check",
26+
"lint:check": "turbo run lint:check && bun run prettier . --check",
2727
"test": "turbo run test",
2828
"test:watch": "turbo run test:watch"
2929
},

0 commit comments

Comments
 (0)