Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SrBrahma committed Nov 28, 2024
1 parent 57b5246 commit d851e8a
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 @@ -8,7 +8,7 @@
"scripts": {
"format": "biome check --unsafe --fix . && eslint --fix . package.json",
"format:check": "biome check --unsafe . && eslint . package.json",
"pre-commit": "bun format && bun start && git add -A",
"pre-commit": "bun format && bun start && bun test && git add -A",
"prepare": "bunx husky",
"start": "bun scripts/makeTsExtensions.ts",
"test:watch": "bun test --watch",
Expand Down

0 comments on commit d851e8a

Please sign in to comment.