mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
chore: ✅ revert jest no cache
This commit is contained in:
parent
eb46b026fe
commit
d5497dd47b
@ -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",
|
||||
"test:update": "jest --config .jest.js --update-snapshot",
|
||||
"test": "jest --config .jest.js --cache=false",
|
||||
"test:update": "jest --config .jest.js --cache=false -u,
|
||||
"test-all": "sh -e ./scripts/test-all.sh",
|
||||
"test-node": "jest --config .jest.node.js",
|
||||
"test-node": "jest --config .jest.node.js --cache=false",
|
||||
"tsc": "tsc --noEmit",
|
||||
"site:test": "jest --config .jest.site.js",
|
||||
"site:test": "jest --config .jest.site.js --cache=false",
|
||||
"test-image": "npm run compile:less && docker-compose run tests",
|
||||
"version": "node ./scripts/generate-version"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user