There was an error while loading. Please reload this page.
1 parent 74c35cc commit b12efdfCopy full SHA for b12efdf
1 file changed
.github/workflows/deploy-prod.yml
@@ -27,6 +27,7 @@ jobs:
27
cd /var/www/reui/reui
28
29
# Pull latest changes
30
+ rm package-lock.json
31
git reset --hard && git pull
32
33
# Install dependencies
0 commit comments