Skip to content

Commit 91fd09a

Browse files
committed
简化部署脚本名
1 parent d46dc87 commit 91fd09a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

templates/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"cron:stats": "sh scripts/docker-cron-stats.sh",
1212
"commit:main": "sh scripts/commit-develop-to-main.sh",
1313
"deploy:production": "sh scripts/deploy.sh production",
14-
"deploy:production:api": "sh scripts/deploy-api.sh production",
15-
"deploy:production:cron": "sh scripts/deploy-cron.sh production",
14+
"deploy:api": "sh scripts/deploy-api.sh production",
15+
"deploy:cron": "sh scripts/deploy-cron.sh production",
1616
"deploy:integration": "sh scripts/deploy.sh integration",
1717
"prepare": "npx husky",
1818
"preinstall": "npx only-allow pnpm"

0 commit comments

Comments
 (0)