removed lockfile
Some checks failed
My Gatsby Deployment pipeline / build (push) Failing after 5s

This commit is contained in:
2025-03-15 22:46:38 +01:00
parent 44eee32302
commit 0373aca3d0

View File

@@ -20,7 +20,7 @@ jobs:
cache: 'npm'
- name: Install Dependencies
run: npm install --frozen-lockfile
run: npm install
- name: Build Gatsby Site
run: npm build