Skip to content

Commit 6032d47

Browse files
committed
feat: update script
1 parent ac0de10 commit 6032d47

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@gitpod/qa-monorepo",
33
"private": true,
44
"scripts": {
5+
"start": "pnpm --filter discord-qa --filter api --parallel -r start",
56
"start:discord": "pnpm --filter discord-qa -r start",
67
"start:api": "pnpm --filter api -r start",
78
"dev:api": "pnpm --filter api -r dev",

scripts/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ After=network.target
2121
2222
[Service]
2323
ExecStartPre=sh -c 'git reset --hard && git pull --ff && pnpm install'
24-
ExecStart=pnpm start:discord
24+
ExecStart=pnpm start
2525
Restart=always
2626
WorkingDirectory=${app_dir}
2727

0 commit comments

Comments
 (0)