Cleaned up npm step
This commit is contained in:
parent
8bd3474c4b
commit
d107691057
|
|
@ -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…
Reference in a new issue