Update stuff
Build and Push Next App / quality (push) Successful in 1m24s
Build and Push Next App / build-next (push) Successful in 3m36s

This commit is contained in:
Gabriel Brown
2026-06-21 23:49:08 -05:00
parent b16cd9e2f7
commit 2e13febfc7
9 changed files with 75 additions and 67 deletions
+3
View File
@@ -65,6 +65,9 @@
"dev:expo:tunnel": "turbo run dev:tunnel -F @spoon/expo -F @spoon/backend",
"dev:expo:tunnel:staging": "INFISICAL_ENV=staging turbo run dev:tunnel -F @spoon/expo -F @spoon/backend",
"codegen:convex": "bash scripts/convex-codegen",
"deploy:convex:staging": "bash scripts/deploy-convex staging",
"deploy:convex:production": "bash scripts/deploy-convex production",
"deploy:convex:prod": "bash scripts/deploy-convex prod",
"sync:convex": "scripts/sync-convex-env ${INFISICAL_ENV:-dev}",
"sync:convex:staging": "scripts/sync-convex-env staging",
"sync:convex:production": "scripts/sync-convex-env production",