Skip to content

Commit

Permalink
like this
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Nov 3, 2024
1 parent 4e1b1d3 commit 0edb1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
if: success()
with:
install-script: "yarn install --frozen-lockfile"
build-script: "NODE_OPTIONS='--max-old-space-size=4096' yarn build:all"
build-script: "build:all"
compression: "none"
pattern: "**/dist/*.js"

0 comments on commit 0edb1e3

Please sign in to comment.