Skip to content

Commit

Permalink
chore: đŸ¤– adiciona parĂ¢metro --with-deps ao build
Browse files Browse the repository at this point in the history
  • Loading branch information
guiseek committed May 19, 2021
1 parent 2f37b2a commit eeacea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Test
run: npm run affected:test -- --base=${{ steps.last_successful_commit.outputs.commit_hash }}
- name: Build
run: npm run affected:build -- --base=${{ steps.last_successful_commit.outputs.commit_hash }}
run: npm run affected:build -- --base=${{ steps.last_successful_commit.outputs.commit_hash }} --with-deps --prod
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit eeacea6

Please sign in to comment.