Skip to content

Commit 0092316

Browse files
committed
fix javascript:fix command
1 parent 1597441 commit 0092316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ detached = true
189189

190190
[tool.hatch.envs.javascript.scripts]
191191
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"]
192+
fix = ["cd src/js && bun install", "cd src/js && bun run format"]
193193

194194
#########################
195195
# >>> Generic Tools <<< #

0 commit comments

Comments
 (0)