Skip to content

Commit

Permalink
chore: change cq scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
renejfc committed Mar 25, 2024
1 parent 34a3a61 commit f848ffd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"start": "NODE_ENV=production bun ./src/index.tsx",
"dev": "bun ./scripts/dev.ts",
"comp": "bun ./scripts/build.ts",
"format": "biome format . --changed",
"format:fix": "biome format . --write --changed",
"format": "biome format .",
"format:fix": "biome format . --write",
"typecheck": "tsc",
"lint": "biome lint . --changed",
"lint:fix": "biome lint . --apply --changed",
"magic:fix": "biome check . --apply --changed",
"lint": "biome lint .",
"lint:fix": "biome lint . --apply",
"magic:fix": "biome check . --apply",
"postinstall": "bunx lefthook install",
"release": "bun magic:fix && bun typecheck && bun comp && changelogen --clean --release --push --publish"
},
Expand Down

0 comments on commit f848ffd

Please sign in to comment.