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 4cdcf28 commit ff018c1Copy full SHA for ff018c1
1 file changed
package.json
@@ -58,7 +58,7 @@
58
"gen-node-compat": "node scripts/gen-node-compat.ts",
59
"gen-presets": "obuild --stub && node ./scripts/gen-presets.ts",
60
"lint": "oxlint . && oxfmt --check .",
61
- "fmt": "automd && oxlint --fix . && oxfmt .",
+ "fmt": "oxlint --fix . && oxfmt . && automd && oxfmt .",
62
"nitro": "node ./src/cli/index.ts",
63
"release": "node ./scripts/release.ts",
64
"stub": "obuild --stub",
0 commit comments