We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e87f80b commit 3502421Copy full SHA for 3502421
package.json
@@ -37,7 +37,7 @@
37
"pub-with-ci": "node antd-tools/cli/run.js pub-with-ci",
38
"prepublishOnly": "node antd-tools/cli/run.js guard",
39
"pre-publish": "node ./scripts/prepub && npm run generator-webtypes",
40
- "prettier": "prettier -c --write '**/*'",
+ "prettier": "prettier -c --write **/*",
41
"pretty-quick": "pretty-quick",
42
"dist": "node --max_old_space_size=8192 antd-tools/cli/run.js dist",
43
"lint": "npm run tsc && npm run lint:demo && npm run lint:md && npm run lint:script && npm run lint:site",
0 commit comments