Skip to content

Commit dfb6cf2

Browse files
committed
undo build
1 parent c2b2de3 commit dfb6cf2

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/deploy-production.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,6 @@ jobs:
146146
- run: npm install
147147

148148
- name: Build
149-
env:
150-
NODE_OPTIONS: "--max-old-space-size=8192"
151-
GATSBY_HF_CDN_URL: ""
152149
run: npm run build
153150

154151
- name: Clean up node_modules # Just to save space

.github/workflows/deploy-staging.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,6 @@ jobs:
146146
- run: npm install
147147

148148
- name: Build
149-
env:
150-
NODE_OPTIONS: "--max-old-space-size=8192"
151-
GATSBY_HF_CDN_URL: ""
152149
run: npm run build
153150

154151
- name: Clean up node_modules # Just to save space

0 commit comments

Comments
 (0)