Remove package log on install dependencies
Some checks failed
Deploy / deploy (push) Failing after 11s

This commit is contained in:
Leonardo Murça 2025-03-28 19:04:03 -03:00
parent 67be49ac69
commit 12f24566fa

View file

@ -24,7 +24,7 @@ jobs:
apt-get install -y rsync
- name: Install dependencies
run: npm install
run: rm package-lock.json && npm install
- name: Build app
run: npm run build