small fixes

This commit is contained in:
Nikita Sivukhin
2025-09-09 12:05:41 +04:00
parent 8160f4dc04
commit 816aa8b2bc
6 changed files with 3316 additions and 1213 deletions

View File

@@ -18,6 +18,7 @@
},
"scripts": {
"tsc-build": "npm exec tsc",
"build": "npm run tsc-build"
"build": "npm run tsc-build",
"test": "echo 'no tests'"
}
}