Skip to content

Commit

Permalink
build some node scripts
Browse files Browse the repository at this point in the history
cameronbrill committed Mar 9, 2024
1 parent b3674fd commit af2fa32
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -25,8 +25,11 @@
"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:coverage": "vitest run --coverage",
"test:watch": "vitest",
"test:watch": "vitest watch",
"test:ui:watch": "vitest watch --ui",
"test:coverage": "yarn test --coverage",
"test:coverage:watch": "yarn test:watch --coverage",
"test:coverage:ui:watch": "yarn test:ui:watch --coverage",
"build:ts": "next build",
"build:ts:watch": "next dev",
"build:scss": "yarn typed-scss-modules src --banner '// This file is automatically generated. Do not edit.'",

0 comments on commit af2fa32

Please sign in to comment.