Skip to content

Commit

Permalink
chore(project): enable verbose in pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
skoropadas committed Dec 18, 2023
1 parent eadaf8f commit 823f57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: ./.github/actions/nodejs

- name: Build Projects
run: npx nx run-many --all --target=build --configuration=ci --parallel
run: npx nx run-many --all --target=build --configuration=ci --parallel --verbose

- name: Copy 404.html
run: cp dist/apps/docs/browser/index.html dist/apps/docs/browser/404.html
Expand Down

0 comments on commit 823f57d

Please sign in to comment.