Skip to content

Commit

Permalink
package.json: ensure format:unpacked script uses prettier to format *…
Browse files Browse the repository at this point in the history
….css as biome doesn't support it yet

see biomejs/biome#1285
  • Loading branch information
0xdevalias committed Jan 6, 2024
1 parent 5642a69 commit b49e894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format:unpacked": "npx @biomejs/biome format --write unpacked"
"format:unpacked": "npx @biomejs/biome format --write unpacked && npx prettier --write unpacked/**/*.css"
},
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit b49e894

Please sign in to comment.