Skip to content

Commit

Permalink
chore: add current directory to biome path
Browse files Browse the repository at this point in the history
  • Loading branch information
negezor committed Apr 10, 2024
1 parent c61d3a4 commit 6d9b3cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"test": "npm run test:node && npm run lint",
"test:node": "node --import tsx --test packages/*/test/*.test.ts",
"lint": "npm run lint:biome",
"lint:biome": "biome lint --apply packages/*/{src,test}",
"fmt": "biome format --apply packages/*/{src,test}"
"lint:biome": "biome lint --apply ./packages/*/{src,test}",
"fmt": "biome format --apply ./packages/*/{src,test}"
}
}

0 comments on commit 6d9b3cb

Please sign in to comment.