We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1597441 commit 0092316Copy full SHA for 0092316
pyproject.toml
@@ -189,7 +189,7 @@ detached = true
189
190
[tool.hatch.envs.javascript.scripts]
191
check = ["cd src/js && bun install", "cd src/js && bun run check"]
192
-fix = ["cd src/js && bun install", "cd src/js && bun run check --write"]
+fix = ["cd src/js && bun install", "cd src/js && bun run format"]
193
194
#########################
195
# >>> Generic Tools <<< #
0 commit comments