From 6e6c4c795f8e81f7fc7be09ad7355f34dfd1a77f Mon Sep 17 00:00:00 2001 From: btea <2356281422@qq.com> Date: Fri, 8 Oct 2021 16:56:53 +0800 Subject: [PATCH] chore: revise prettier command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aa573703c6..92f44088c5 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",