include dev dependendies as we require tsup (#653)

This commit is contained in:
Ulf Gebhardt 2026-02-14 22:55:54 +01:00 committed by GitHub
parent ea469efea3
commit 21bea57ff2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,7 +40,7 @@ cd $BACKEND_ROOT
pm2 stop $BACKEND_SERVICE
pm2 delete $BACKEND_SERVICE
npm install --omit=dev
npm install # --omit=dev
npm run build
pm2 start 'npm run start' --name $BACKEND_SERVICE