Skip to content

Commit 4f58b59

Browse files
committed
fix: format write with base format script
1 parent 3e5c0a7 commit 4f58b59

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
@@ -10,7 +10,7 @@
1010
"check:astro": "npx astro check",
1111
"check:worker": "npx tsc --noEmit -p ./worker/tsconfig.json",
1212
"dev": "npx astro dev",
13-
"format": "npm run format:core && npm run format:data",
13+
"format": "npm run format:core:fix && npm run format:data",
1414
"format:core": "npx prettier \"**/*.{js,jsx,ts,tsx,mjs,css}\"",
1515
"format:core:check": "npm run format:core -- --check",
1616
"format:core:fix": "npm run format:core -- --write",

0 commit comments

Comments
 (0)