We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d46dc87 commit 91fd09aCopy full SHA for 91fd09a
1 file changed
templates/package.json
@@ -11,8 +11,8 @@
11
"cron:stats": "sh scripts/docker-cron-stats.sh",
12
"commit:main": "sh scripts/commit-develop-to-main.sh",
13
"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",
+ "deploy:api": "sh scripts/deploy-api.sh production",
+ "deploy:cron": "sh scripts/deploy-cron.sh production",
16
"deploy:integration": "sh scripts/deploy.sh integration",
17
"prepare": "npx husky",
18
"preinstall": "npx only-allow pnpm"
0 commit comments