We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac0de10 commit 6032d47Copy full SHA for 6032d47
package.json
@@ -2,6 +2,7 @@
2
"name": "@gitpod/qa-monorepo",
3
"private": true,
4
"scripts": {
5
+ "start": "pnpm --filter discord-qa --filter api --parallel -r start",
6
"start:discord": "pnpm --filter discord-qa -r start",
7
"start:api": "pnpm --filter api -r start",
8
"dev:api": "pnpm --filter api -r dev",
scripts/deploy.sh
@@ -21,7 +21,7 @@ After=network.target
21
22
[Service]
23
ExecStartPre=sh -c 'git reset --hard && git pull --ff && pnpm install'
24
-ExecStart=pnpm start:discord
+ExecStart=pnpm start
25
Restart=always
26
WorkingDirectory=${app_dir}
27
0 commit comments