diff --git a/apps/chat/package.json b/apps/chat/package.json index 43298eb39..6e0c8cc91 100644 --- a/apps/chat/package.json +++ b/apps/chat/package.json @@ -23,7 +23,9 @@ "migrate:auth": "npx @better-auth/cli migrate --config ./src/better-auth/auth.ts", "build:docker:app": "RUN=1 tsx ./src/ci/buildChatAppDocker.ts", "sst:login": "aws sso login --sso-session=tamagui", + "sst:build:production": "yarn build:docker:app", "sst:deploy:production": "sst deploy --stage production", + "sst:push:production": "yarn sst:build:production && yarn sst:deploy:production", "seed": "tsx ./src/postgres/seed.ts", "serve": "one serve", "zero": "yarn zero:build-schema && zero-cache --schema-file ./src/zero/zero-schema.json",