Skip to content

Commit fba1586

Browse files
committed
chore: update format script to prettify config files
1 parent d82565f commit fba1586

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
@@ -18,7 +18,7 @@
1818
"dev": "vite",
1919
"build": "vite build && workbox generateSW workbox-config.js",
2020
"build:lib": "vite build -c vite-lib.config.ts",
21-
"format": "prettier -w \"{src,playground}/**/*.{js,json,ts,tsx,html,css}\"",
21+
"format": "prettier -w \"{src,playground}/**/*.{js,json,ts,tsx,html,css}\" \"*.{js,ts}\"",
2222
"prepublishOnly": "pnpm build:lib"
2323
},
2424
"devDependencies": {

0 commit comments

Comments
 (0)