Skip to content

Commit

Permalink
chore: check formatting in test script
Browse files Browse the repository at this point in the history
  • Loading branch information
ceigh committed Jul 2, 2024
1 parent bb6d6f7 commit c419e94
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 @@ -4,8 +4,8 @@
"scripts": {
"dev": "bun test --watch",
"dev:docs": "bunx live-server@1.2.1 --port=3000 --no-browser ./docs",
"format": "bun prettier . --write",
"test": "bun tsc --noEmit && bun test --bail && bunx size-limit",
"format:fix": "bun prettier --write .",
"test": "bun prettier --check . && bun tsc --noEmit && bun test --bail && bunx size-limit",
"build:dts": "bun tsc --project ./tsconfig.build.json --declaration --emitDeclarationOnly"
},
"peerDependencies": {
Expand Down

0 comments on commit c419e94

Please sign in to comment.