Skip to content

Commit

Permalink
better script grouping
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronbrill committed Mar 10, 2024
1 parent f361122 commit 68266ca
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 @@ -25,10 +25,10 @@
"format": "yarn _conc 'yarn:format:ts:biome' 'yarn:format:ts:imports'",
"format:fix": "yarn format:ts:fix:biome && yarn format:ts:fix:imports",
"test": "vitest run",
"test:watch": "vitest watch",
"test:ui:watch": "vitest watch --ui",
"test:coverage": "yarn test --coverage",
"test:watch": "vitest watch",
"test:coverage:watch": "yarn test:watch --coverage",
"test:ui:watch": "vitest watch --ui",
"test:coverage:ui:watch": "yarn test:ui:watch --coverage",
"build:ts": "next build",
"build:ts:watch": "next dev",
Expand Down

0 comments on commit 68266ca

Please sign in to comment.