feat(cli): add build script and unify tests (#3369)

This commit is contained in:
oddlama
2023-07-21 20:10:01 +02:00
committed by GitHub
parent 0c07c0ba4e
commit f700f3427b
5 changed files with 23 additions and 15 deletions

4
cli/tsconfig.build.json Normal file
View File

@@ -0,0 +1,4 @@
{
"extends": "./tsconfig.json",
"exclude": ["dist", "node_modules", "upload", "test", "**/*spec.ts"]
}