fix: build packages before release tests

This commit is contained in:
Mario Zechner
2026-07-21 14:51:22 +02:00
parent c23b58a6d8
commit d35237cfda
3 changed files with 9 additions and 4 deletions
+1
View File
@@ -21,6 +21,7 @@
"README.md"
],
"scripts": {
"clean": "shx rm -rf dist",
"build": "tsgo -p tsconfig.build.json",
"test": "vitest --run",
"test:harness": "vitest --run --config vitest.harness.config.ts",