We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a7d50f commit e632964Copy full SHA for e632964
2 files changed
.prettierignore
@@ -1 +1,2 @@
1
-**/.venv
+**/.venv
2
+**/*gen.*.ts
package.json
@@ -23,7 +23,7 @@
23
"codegen": "turbo run codegen",
24
"dev": "turbo run dev",
25
"lint": "turbo run lint && prettier . --write",
26
- "lint:check": "turbo run lint:check && prettier . --check",
+ "lint:check": "turbo run lint:check && bun run prettier . --check",
27
"test": "turbo run test",
28
"test:watch": "turbo run test:watch"
29
},
0 commit comments