This commit is contained in:
2026-05-14 20:59:51 +01:00
parent dfcf66d7b9
commit f1cb4c8fcd
2 changed files with 25 additions and 6 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ The default deploy flow is:
```sh
git pull --ff-only
npm install
npm install --include=dev
npm run build
pm2 reload tssbot-web --update-env
```