This commit is contained in:
@@ -26,14 +26,15 @@ jobs:
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
npm install --legacy-peer-deps
|
||||
npm install -g gatsby-cli@5.12.12
|
||||
npm install -g gatsby-cli@latest
|
||||
|
||||
- name: Clean Gatsby cache
|
||||
run: npm run clean
|
||||
run: |
|
||||
gatsby clean
|
||||
|
||||
- name: Build Gatsby Site
|
||||
run: |
|
||||
npm run build
|
||||
gatsby build
|
||||
env:
|
||||
NODE_ENV: production
|
||||
CI: true
|
||||
|
||||
Reference in New Issue
Block a user