build and test

This commit is contained in:
Elio Bischof
2024-10-16 12:34:53 +02:00
parent 8c6d957f4a
commit fe289e32fa
5 changed files with 15 additions and 9 deletions

View File

@@ -6,6 +6,7 @@
"generate": "turbo run generate",
"build": "turbo run build",
"test": "turbo run test",
"start": "turbo run start",
"test:unit": "turbo run test:unit -- --passWithNoTests",
"test:integration": "turbo run test:integration",
"test:watch": "turbo run test:watch",