pull/718/head
Travis Fischer 2025-07-02 09:14:13 -05:00
rodzic f4c93058c0
commit 4f04062e57
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -26,7 +26,7 @@
"clean": "del dist",
"test": "run-s test:*",
"test:typecheck": "tsc --noEmit",
"test:unit": "dotenvx run -- vitest run"
"test:unit": "[ -n \"$CI\" ] || dotenvx run -- vitest run"
},
"dependencies": {
"@agentic/platform": "workspace:*",