refactor(tui): centralize application exit
This commit is contained in:
parent
7c1e61af1e
commit
ffd38aade4
19 changed files with 150 additions and 332 deletions
|
|
@ -29,8 +29,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"typecheck": "tsgo --noEmit",
|
||||
"test": "bun test src",
|
||||
"test:ci": "mkdir -p .artifacts/unit && bun test src --reporter=junit --reporter-outfile=.artifacts/unit/junit.xml",
|
||||
"test": "bun test src --only-failures",
|
||||
"dev": "vite",
|
||||
"generate:tailwind": "bun run script/tailwind.ts",
|
||||
"generate:v2-oc2": "bun run script/build-oc2-v2-overrides.ts"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue