test
This commit is contained in:
parent
688a66c052
commit
de668a42a3
5 changed files with 29 additions and 16 deletions
|
|
@ -22,7 +22,7 @@
|
|||
"scripts": {
|
||||
"build": "tsc",
|
||||
"dev": "tsc --watch",
|
||||
"test": "bun test/app.ts",
|
||||
"test": "bun test/app.ts --test",
|
||||
"prefetch": "bun scripts/prefetch",
|
||||
"vanilla:defs": "bun scripts/vanilladefs",
|
||||
"gen:enums": "bun scripts/enum",
|
||||
|
|
|
|||
Reference in a new issue