Skip to content

Commit

Permalink
fix: remove useless params to ng build cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain Pastor committed Dec 1, 2023
1 parent d912ca9 commit ee9600b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: |
cd ./pia
rm -f ./projects/pia-i18n/src/lib/assets/i18n/cnil.babel
ng build pia-i18n --prod
ng build pia-i18n
- name: Set output
id: vars
Expand Down

0 comments on commit ee9600b

Please sign in to comment.