Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0092316

Browse files
committedNov 28, 2024
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.