Skip to content

Commit

Permalink
chore(repo): verbose build logging in validate workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Sep 20, 2023
1 parent 14b6903 commit 515f470
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
# Sanity check before we publish
- name: Build Projects
run: |
moon run jsx-email:build.packages
moon run jsx-email:build.packages --log trace
- name: Release
run: moon run :release --affected --concurrency 1 --remote
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

- name: Build Projects
run: |
moon run jsx-email:build.packages
moon run jsx-email:build.packages --log trace
- name: Lint Monorepo
run: moon run jsx-email:lint
Expand Down

0 comments on commit 515f470

Please sign in to comment.