Skip to content

Commit 9082177

Browse files
committed
fix: standardize format/format:check scripts (oxfmt --write/--check)
1 parent def7b90 commit 9082177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"clean": "node scripts/clean.mjs",
4949
"cover": "node scripts/cover.mjs",
5050
"fix": "node scripts/lint.mjs --fix",
51-
"format": "oxfmt .",
51+
"format": "oxfmt --write .",
5252
"format:check": "oxfmt --check .",
5353
"generate-sdk": "node scripts/generate-sdk.mjs",
5454
"lint": "node scripts/lint.mjs",

0 commit comments

Comments
 (0)