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 58ccaa1 commit ca14164
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 @@ -12,7 +12,7 @@
"ci:prepublish": "yarn workspaces foreach --all --topological --exclude @openmrs/esm-patient-management npm publish --access public --tag next",
"release": "yarn workspaces foreach --all --topological version",
"verify": "turbo lint typescript test --color --concurrency=2",
"prettier": "prettier --config prettier.config.js --write \"packages/**/*.{ts,tsx,css,scss}\" \"e2e/**/*.ts\"",
"prettier": "prettier --config prettier.config.js --write \"packages/**/*.{ts,tsx,css,scss}\" \"e2e/**/*.ts\" --list-different",
"test-e2e": "playwright test",
"postinstall": "husky install",
"extract-translations": "turbo extract-translations -- --config ../../tools/i18next-parser.config.js"
Expand Down

0 comments on commit ca14164

Please sign in to comment.