Skip to content

Commit a3f93de

Browse files
committed
package.json: ensure format:unpacked script uses prettier to format *.css as biome doesn't support it yet
see biomejs/biome#1285
1 parent d841032 commit a3f93de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"main": "index.js",
2121
"scripts": {
2222
"test": "echo \"Error: no test specified\" && exit 1",
23-
"format:unpacked": "npx @biomejs/biome format --write unpacked"
23+
"format:unpacked": "npx @biomejs/biome format --write unpacked && npx prettier --write unpacked/**/*.css"
2424
},
2525
"dependencies": {},
2626
"devDependencies": {

0 commit comments

Comments
 (0)