Skip to content

Commit 3502421

Browse files
authored
chore: revise prettier command (#4742)
1 parent e87f80b commit 3502421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"pub-with-ci": "node antd-tools/cli/run.js pub-with-ci",
3838
"prepublishOnly": "node antd-tools/cli/run.js guard",
3939
"pre-publish": "node ./scripts/prepub && npm run generator-webtypes",
40-
"prettier": "prettier -c --write '**/*'",
40+
"prettier": "prettier -c --write **/*",
4141
"pretty-quick": "pretty-quick",
4242
"dist": "node --max_old_space_size=8192 antd-tools/cli/run.js dist",
4343
"lint": "npm run tsc && npm run lint:demo && npm run lint:md && npm run lint:script && npm run lint:site",

0 commit comments

Comments
 (0)