mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
chore: ✅ remove no-cache for jest
This commit is contained in:
parent
ce6d89e93a
commit
eb46b026fe
10
package.json
10
package.json
@ -14,7 +14,7 @@
|
||||
"react-component",
|
||||
"ui"
|
||||
],
|
||||
"homepage": "https://ant.design/",
|
||||
"homepage": "https://ant.design",
|
||||
"bugs": {
|
||||
"url": "https://github.com/ant-design/ant-design/issues"
|
||||
},
|
||||
@ -84,12 +84,12 @@
|
||||
"sort-api": "antd-tools run sort-api-table",
|
||||
"start": "antd-tools run clean && cross-env NODE_ENV=development concurrently \"npm run color-less\" \"bisheng start -c ./site/bisheng.config.js\"",
|
||||
"start:preact": "antd-tools run clean && cross-env NODE_ENV=development REACT_ENV=preact concurrently \"npm run color-less\" \"bisheng start -c ./site/bisheng.config.js\"",
|
||||
"test": "jest --config .jest.js --no-cache",
|
||||
"test:update": "jest --config .jest.js --no-cache --update-snapshot",
|
||||
"test": "jest --config .jest.js",
|
||||
"test:update": "jest --config .jest.js --update-snapshot",
|
||||
"test-all": "sh -e ./scripts/test-all.sh",
|
||||
"test-node": "jest --config .jest.node.js --no-cache",
|
||||
"test-node": "jest --config .jest.node.js",
|
||||
"tsc": "tsc --noEmit",
|
||||
"site:test": "jest --config .jest.site.js --cache=false",
|
||||
"site:test": "jest --config .jest.site.js",
|
||||
"test-image": "npm run compile:less && docker-compose run tests",
|
||||
"version": "node ./scripts/generate-version"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user