From 350242129ef0a488efc1676925daa726a8cd8b67 Mon Sep 17 00:00:00 2001 From: btea <2356281422@qq.com> Date: Fri, 8 Oct 2021 20:59:17 -0500 Subject: [PATCH] chore: revise prettier command (#4742) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aa573703c..92f44088c 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "pub-with-ci": "node antd-tools/cli/run.js pub-with-ci", "prepublishOnly": "node antd-tools/cli/run.js guard", "pre-publish": "node ./scripts/prepub && npm run generator-webtypes", - "prettier": "prettier -c --write '**/*'", + "prettier": "prettier -c --write **/*", "pretty-quick": "pretty-quick", "dist": "node --max_old_space_size=8192 antd-tools/cli/run.js dist", "lint": "npm run tsc && npm run lint:demo && npm run lint:md && npm run lint:script && npm run lint:site",