Cleaned up npm step
This commit is contained in:
parent
8bd3474c4b
commit
d107691057
1 changed files with 2 additions and 0 deletions
|
|
@ -20,6 +20,8 @@ jobs:
|
|||
go-version: 1.24
|
||||
- name: Installing Netlify
|
||||
run: |
|
||||
npm remove node_modules
|
||||
npm remove package-lock.json
|
||||
npm install
|
||||
npm install netlify-cli -g
|
||||
- name: Building Site
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue