Cleaned up npm step
This commit is contained in:
parent
8bd3474c4b
commit
d107691057
|
|
@ -20,6 +20,8 @@ jobs:
|
||||||
go-version: 1.24
|
go-version: 1.24
|
||||||
- name: Installing Netlify
|
- name: Installing Netlify
|
||||||
run: |
|
run: |
|
||||||
|
npm remove node_modules
|
||||||
|
npm remove package-lock.json
|
||||||
npm install
|
npm install
|
||||||
npm install netlify-cli -g
|
npm install netlify-cli -g
|
||||||
- name: Building Site
|
- name: Building Site
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue