Skip to content

Commit

Permalink
fix prettier run
Browse files Browse the repository at this point in the history
  • Loading branch information
vdiez committed Feb 12, 2024
1 parent 5fb04ba commit d8d6c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ build_task:
build_and_deploy_script:
- source cirrus-env BUILD
- npm ci
- prettier --list-different .
- npx prettier --list-different .
- npm run build
- regular_mvn_build_deploy_analyze -Dmaven.test.skip=true -Dmaven.install.skip=true -Dsonar.skip=true
cleanup_before_cache_script: cleanup_maven_repository
Expand Down

0 comments on commit d8d6c66

Please sign in to comment.