Skip to content
This repository was archived by the owner on Jul 24, 2025. It is now read-only.

Commit 47dd73b

Browse files
committed
chore: use prettier cache
1 parent 7f22049 commit 47dd73b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "scripts/bundle.ts",
88
"test": "playwright test",
99
"prettier": "pnpm prettier-ci --write",
10-
"prettier-ci": "prettier --ignore-path=.gitignore --check '**/*.{js,jsx,ts,tsx,html,css,json,md,yml}'",
10+
"prettier-ci": "prettier --cache --ignore-path=.gitignore --check '**/*.{js,jsx,ts,tsx,html,css,json,md,yml}'",
1111
"ci": "tsc && pnpm prettier-ci && pnpm build && cd playground && tsc && cd .. && pnpm test"
1212
},
1313
"prettier": {

0 commit comments

Comments
 (0)