Skip to content

Commit

Permalink
fix: biome cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
thepassle committed Jul 19, 2024
1 parent 6c44b05 commit d0e48db
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 @@ -9,7 +9,7 @@
"scripts": {
"test": "node --test test/codemod.test.js",
"test:watch": "node --test --watch test/codemod.test.js",
"format": "npx @biomejs/biome format --write **/*",
"format": "biome format --write **/*",
"lint:types": "tsc",
"postinstall": "node scripts/which.js"
},
Expand Down

0 comments on commit d0e48db

Please sign in to comment.