mirror of https://github.com/buster-so/buster.git
dry run for these two bad boys
This commit is contained in:
parent
3e821f5609
commit
57dd2895d2
|
@ -7,6 +7,7 @@
|
|||
"scripts": {
|
||||
"prebuild": "tsx scripts/type-import-check.ts",
|
||||
"build": "tsc --build",
|
||||
"build:dry-run": "tsc --build",
|
||||
"dev": "tsc --watch",
|
||||
"lint": "biome check --write",
|
||||
"typecheck": "tsc --noEmit",
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"build": "tsc --build",
|
||||
"build:dry-run": "tsc --build",
|
||||
"lint": "biome check --write",
|
||||
"test": "vitest run",
|
||||
"test:unit": "vitest run --exclude '**/*.int.test.ts' --exclude '**/*.integration.test.ts' --passWithNoTests",
|
||||
|
|
Loading…
Reference in New Issue