Skip to content

Commit

Permalink
Detaching pretest command.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna Bocharova committed Aug 14, 2024
1 parent 63f0a94 commit 1fa578c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"scripts": {
"build": "bun run tsup && attw --pack",
"lint": "bun run biome check",
"test": "tsc --noEmit && bun test src",
"pretest": "tsc --noEmit",
"test": "bun test src",
"mdfix": "bunx --bun prettier *.md --write",
"postversion": "git push && git push --tags",
"prepublishOnly": "bun run lint && bun run test && bun run build"
Expand Down

0 comments on commit 1fa578c

Please sign in to comment.