Skip to content

Commit

Permalink
added verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
dharmesh-hemaram committed Aug 24, 2024
1 parent 84da45f commit 4134d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
echo "HEAD: ${{ env.NX_HEAD }}"
- run: npm ci
- name: Build Projects and Library
run: npx nx run-many -t=build --parallel=3 --prod --base-href ${{vars.PUBLIC_URL}}
run: npx nx run-many -t=build --parallel=3 --prod --base-href ${{vars.PUBLIC_URL}} --verbose
env:
NX_PUBLIC_NAME: ${{vars.NX_PUBLIC_NAME}}
NX_PUBLIC_VARIANT: ${{vars.NX_PUBLIC_VARIANT}}
Expand Down

0 comments on commit 4134d92

Please sign in to comment.