|
|
|
@ -76,9 +76,9 @@
|
|
|
|
|
"lint:deps": "antd-tools run deps-lint",
|
|
|
|
|
"lint:md": "remark . -f -q",
|
|
|
|
|
"lint:style": "ts-node --project tsconfig.node.json scripts/check-cssinjs.js",
|
|
|
|
|
"lint:script": "eslint . --ext .js,.jsx,.ts,.tsx",
|
|
|
|
|
"lint:script": "eslint . --ext .js,.jsx,.ts,.tsx --cache",
|
|
|
|
|
"pre-publish": "npm run test-all -- --skip-build",
|
|
|
|
|
"prettier": "prettier -c --write **/*",
|
|
|
|
|
"prettier": "prettier -c --write **/* --cache",
|
|
|
|
|
"pub": "npm run version && npm run collect-token-statistic && npm run token-meta && antd-tools run pub",
|
|
|
|
|
"rome:format": "rome format --write .",
|
|
|
|
|
"prepublishOnly": "antd-tools run guard",
|
|
|
|
|