Skip to content

Commit

Permalink
fix: update lint:fix to lint:apply for biome in package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Tierney Cyren <hello@bnb.im>
  • Loading branch information
bnb committed Mar 14, 2024
1 parent 2e6eb46 commit 1422622
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 @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"lint": "npm run lint --ws",
"lint:fix": "npm run lint:apply --ws",
"lint:apply": "npm run lint:apply --ws",
"coverage": "npm run coverage --ws",
"test": "npm run test --ws",
"updates": "npm run updates --ws"
Expand Down

0 comments on commit 1422622

Please sign in to comment.