chore: revise prettier command (#4742)
parent
e87f80bce3
commit
350242129e
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue