Skip to content

Commit

Permalink
ci: atualiza script 'format:check'
Browse files Browse the repository at this point in the history
Atualiza script 'format:check' para a nova versão do prettier

fixes DTHFUI-8041
  • Loading branch information
anderson-gregorio-totvs committed Jan 30, 2024
1 parent 4796b2f commit a10bf5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"build:portal:docs": "cd projects/portal && gulp build",
"release": "standard-version --preset angular",
"sonarqube": "gulp sonarqube",
"format:check": "prettier --check --log-level=error \"**/*{.ts,.js,.json,.css,.scss,.html}\"",
"format:check": "prettier --check --loglevel error \"**/*{.ts,.js,.json,.css,.scss,.html}\"",
"format:all": "prettier --write \"**/*{.ts,.js,.json,.css,.scss,.html}\"",
"publish:ui:local": "npm publish ./dist/ng-components --registry http://localhost:4873 --ignore-scripts",
"publish:templates:local": "npm publish ./dist/ng-templates --registry http://localhost:4873 --ignore-scripts",
Expand Down

0 comments on commit a10bf5a

Please sign in to comment.