Skip to content

Commit

Permalink
ci: forward turbo env
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsdaniels committed Jun 24, 2024
1 parent 417bbec commit d2cec10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- name: Deploy Apps
run: |
export NODE_OPTIONS="--max_old_space_size=4096"
npm run build
npm run deploy
npm run build -- --env-mode=loose
npm run deploy -- --env-mode=loose
version:
name: Publish Packages
Expand Down

0 comments on commit d2cec10

Please sign in to comment.