FIX PRODUCTION PAGES
Build & Deploy / Build & Push Docker Image (push) Failing after 1m7s
Build & Deploy / Deploy to VPS (push) Has been skipped
Test / Type Check (all packages) (push) Failing after 33s
Test / API Unit Tests (push) Has been skipped
Test / Homepage Unit Tests (push) Has been skipped
Test / Storefront Unit Tests (push) Has been skipped
Test / Admin Unit Tests (push) Has been skipped
Test / Dashboard Unit Tests (push) Has been skipped
Test / API Integration Tests (push) Has been skipped

This commit is contained in:
root
2026-06-28 00:05:39 -04:00
parent abb3a18345
commit df83c9876d
6 changed files with 31 additions and 5 deletions
+5
View File
@@ -1,6 +1,11 @@
{
"$schema": "https://turbo.build/schema.json",
"globalDependencies": ["**/.env.*local"],
"globalPassThroughEnv": [
"SITE_ORIGIN",
"NEXT_PUBLIC_HOMEPAGE_URL",
"NEXT_PUBLIC_STOREFRONT_URL"
],
"tasks": {
"build": {
"dependsOn": ["^build"],