fix: do not run vitest in watch mode (since we rely on a build step right now)
This commit is contained in:
parent
9b862b78b5
commit
11a0e22f96
@ -8,7 +8,7 @@
|
||||
refbuild: 'pnpm build && pnpm reflect',
|
||||
go: 'pnpm refbuild && pnpm start',
|
||||
start: 'node --experimental-loader tsc-module-loader build',
|
||||
test: 'pnpm refbuild && vitest --config etc/vitest.config.ts',
|
||||
test: 'pnpm refbuild && vitest run --config etc/vitest.config.ts',
|
||||
},
|
||||
packageManager: 'pnpm@9',
|
||||
keywords: [
|
||||
|
Loading…
Reference in New Issue
Block a user