Remove package log on install dependencies
Some checks failed
Deploy / deploy (push) Failing after 11s
Some checks failed
Deploy / deploy (push) Failing after 11s
This commit is contained in:
parent
67be49ac69
commit
12f24566fa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue