Skip to content

Commit ff018c1

Browse files
committed
chore: run format before and after automd
1 parent 4cdcf28 commit ff018c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"gen-node-compat": "node scripts/gen-node-compat.ts",
5959
"gen-presets": "obuild --stub && node ./scripts/gen-presets.ts",
6060
"lint": "oxlint . && oxfmt --check .",
61-
"fmt": "automd && oxlint --fix . && oxfmt .",
61+
"fmt": "oxlint --fix . && oxfmt . && automd && oxfmt .",
6262
"nitro": "node ./src/cli/index.ts",
6363
"release": "node ./scripts/release.ts",
6464
"stub": "obuild --stub",

0 commit comments

Comments
 (0)