Skip to content

Commit

Permalink
(chore) Prettier should only list files that don't match config
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen committed Feb 29, 2024
1 parent add231f commit 3559875
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 @@ -11,7 +11,7 @@
"ci:publish": "yarn workspaces foreach --all --topological --exclude @openmrs/esm-home npm publish --access public --tag latest",
"ci:prepublish": "yarn workspaces foreach --all --topological --exclude @openmrs/esm-home npm publish --access public --tag next",
"release": "yarn workspaces foreach --all --topological version",
"prettier": "prettier --config prettier.config.js --write \"packages/**/*.{ts,tsx}\"",
"prettier": "prettier --config prettier.config.js --write \"packages/**/*.{ts,tsx}\" --list-different",
"postinstall": "husky install",
"start": "openmrs develop --sources 'packages/esm-*-app/'",
"verify": "turbo lint typescript test"
Expand Down

0 comments on commit 3559875

Please sign in to comment.