Skip to content

Commit

Permalink
add: remove assets in code templates (fix OOM build errors)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianzinn committed Feb 3, 2023
1 parent efd3733 commit ebff1f5
Show file tree
Hide file tree
Showing 17 changed files with 6 additions and 4,921 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ jobs:
registry-url: 'https://registry.npmjs.org'
scope: brianzinn

- name: Set Swap Space
if: runner.os == 'Linux'
uses: pierotofy/set-swap-space@v1.0
with:
swap-size-gb: 4
# if you add loader src/codesandbox-templates large files will OOM
# - name: Set Swap Space
# if: runner.os == 'Linux'
# uses: pierotofy/set-swap-space@v1.0
# with:
# swap-size-gb: 4

- name: install build react-babylon
env:
Expand Down
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit ebff1f5

Please sign in to comment.