build: add a package.json script for generating test
This commit is contained in:
parent
dc16689985
commit
094299d614
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"testGen": "node ./tests/generator.js",
|
||||
"test": "tsup && vitest --run"
|
||||
},
|
||||
"keywords": [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue