dry run for these two bad boys

This commit is contained in:
dal 2025-07-25 19:00:07 -06:00
parent 3e821f5609
commit 57dd2895d2
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
"scripts": { "scripts": {
"prebuild": "tsx scripts/type-import-check.ts", "prebuild": "tsx scripts/type-import-check.ts",
"build": "tsc --build", "build": "tsc --build",
"build:dry-run": "tsc --build",
"dev": "tsc --watch", "dev": "tsc --watch",
"lint": "biome check --write", "lint": "biome check --write",
"typecheck": "tsc --noEmit", "typecheck": "tsc --noEmit",

View File

@ -14,6 +14,7 @@
}, },
"scripts": { "scripts": {
"build": "tsc --build", "build": "tsc --build",
"build:dry-run": "tsc --build",
"lint": "biome check --write", "lint": "biome check --write",
"test": "vitest run", "test": "vitest run",
"test:unit": "vitest run --exclude '**/*.int.test.ts' --exclude '**/*.integration.test.ts' --passWithNoTests", "test:unit": "vitest run --exclude '**/*.int.test.ts' --exclude '**/*.integration.test.ts' --passWithNoTests",