Skip to content

Commit b12efdf

Browse files
committed
chore: remove package-lock.json before pulling latest changes in deployment workflow
1 parent 74c35cc commit b12efdf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
cd /var/www/reui/reui
2828
2929
# Pull latest changes
30+
rm package-lock.json
3031
git reset --hard && git pull
3132
3233
# Install dependencies

0 commit comments

Comments
 (0)