mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2026-03-01 12:44:23 +00:00
include dev dependendies as we require tsup (#653)
This commit is contained in:
parent
ea469efea3
commit
21bea57ff2
2
.github/webhooks/deploy.sh
vendored
2
.github/webhooks/deploy.sh
vendored
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user