Skip to content

Commit 3c594b3

Browse files
authored
chore(prettier): cache prettier (#3323)
1 parent bc39f57 commit 3c594b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"deploy": "docusaurus deploy",
1616
"docusaurus": "docusaurus",
1717
"generate-markdown": "node scripts/native.mjs && concurrently \"node scripts/cli.mjs\" \"node scripts/release-notes.mjs\"",
18-
"lint": "npm run prettier -- --write --cache",
18+
"lint": "npm run prettier -- --write",
1919
"serve": "docusaurus serve",
2020
"playground:new": "hygen playground new",
2121
"prestart": "npm run generate-markdown",
22-
"prettier": "prettier \"./**/*.{html,ts,tsx,js,jsx,md}\"",
22+
"prettier": "prettier \"./**/*.{html,ts,tsx,js,jsx,md}\" --cache",
2323
"start": "docusaurus start",
2424
"swizzle": "docusaurus swizzle",
2525
"spellcheck": "cspell --no-progress \"**/*.md\""

0 commit comments

Comments
 (0)