diff --git a/package.json b/package.json index b2a01d788..0d9c844c8 100644 --- a/package.json +++ b/package.json @@ -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"