fix(core): update

This commit is contained in:
2024-04-12 15:35:09 +02:00
parent c33a7d37ee
commit eec33e29d3
3 changed files with 9 additions and 2 deletions

View File

@@ -12,7 +12,8 @@
"tsdoc": "cli.js"
},
"scripts": {
"test": "(tstest test/) && (node ./cli.ts.js)",
"test": "(tstest test/) && npm run testCli",
"testCli": "(node ./cli.ts.js) && (node ./cli.ts.js aidocs)",
"build": "(tsbuild --web --allowimplicitany)"
},
"devDependencies": {