File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2121 "test:e2e" : " cross-env NODE_OPTIONS=\" --no-deprecation --no-experimental-strip-types\" pnpm exec playwright test --config=playwright.config.ts" ,
2222 "test:int" : " cross-env NODE_OPTIONS=--no-deprecation vitest run --config ./vitest.config.mts" ,
2323 "deploy" : " bash scripts/deploy.sh" ,
24- "deploy-to- dev" : " bash scripts/deploy-to -dev.sh"
24+ "deploy-dev" : " bash scripts/deploy-dev.sh"
2525 },
2626 "dependencies" : {
2727 "@aws-sdk/client-sesv2" : " ^3.962.0" ,
File renamed without changes.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ PROJECT_DIR="$(cd "$(dirname "$0")/.." && pwd)"
66cd " $PROJECT_DIR "
77
88# 定义文件路径变量
9- COMPOSE_FILE=" docker/docker -compose.prod.yml"
9+ COMPOSE_FILE=" docker-compose.prod.yml"
1010
1111echo " 🚀 Starting deployment..."
1212
You can’t perform that action at this time.
0 commit comments