Skip to content

Commit

Permalink
chore: simplify scripts by using biome check
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsquest committed Nov 11, 2024
1 parent 6078258 commit 8cc25bf
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,8 @@
"scripts": {
"clean": "rimraf .cache dist",
"test": "bun test",
"ts:check": "tsc --noEmit",
"format:check": "biome format",
"format:fix": "biome format --fix",
"lint:check": "biome lint --error-on-warnings",
"lint:fix": "biome lint--error-on-warnings --fix",
"check": "biome check --no-errors-on-unmatched --files-ignore-unknown=true --error-on-warnings && tsc --noEmit",
"fix": "biome check --no-errors-on-unmatched --files-ignore-unknown=true --error-on-warnings --fix && tsc --noEmit",
"build": "bun build ./src/index.ts --outdir dist --target node --format esm --minify",
"prepublishOnly": "bun run clean && bun run build"
}
Expand Down

0 comments on commit 8cc25bf

Please sign in to comment.