Skip to content

Commit f11a718

Browse files
CherryKianNH
andauthored
Update package.json
Co-authored-by: Kian <[email protected]>
1 parent 826194b commit f11a718

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
@@ -12,7 +12,7 @@
1212
"check:functions": "npx tsc --noEmit -p ./functions/tsconfig.json",
1313
"check:worker": "npx tsc --noEmit -p ./worker/tsconfig.json",
1414
"dev": "npx astro dev",
15-
"format": "npm run format:core && npm run format:content && npm run format:data",
15+
"format": "npm run format:core && npm run format:data",
1616
"format:core": "npx prettier --write \"**/*.{js,jsx,ts,tsx,mjs,css}\"",
1717
"format:core:check": "npm run format:core -- --check",
1818
"format:content": "npx prettier --write \"**/*.{md,mdx,astro}\"",

0 commit comments

Comments
 (0)