We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a6899 commit 47ac903Copy full SHA for 47ac903
1 file changed
package.json
@@ -17,8 +17,8 @@
17
"test:e2e:debug": "playwright test --debug",
18
"test:e2e:report": "playwright show-report",
19
"test:e2e:disabled": "cat e2e/DISABLED_TESTS.md",
20
- "format": "prettier --write \"**/*.{ts,html,css,json,md}\"",
21
- "format:check": "prettier --check \"**/*.{ts,html,css,json,md}\"",
+ "format": "prettier --write \"**/*.{ts,html,css,json,md}\" \"!realworld/**\"",
+ "format:check": "prettier --check \"**/*.{ts,html,css,json,md}\" \"!realworld/**\"",
22
"prepare": "husky install"
23
},
24
"engines": {
0 commit comments