Browse Source

chore: remove no-cache for jest

pull/26627/head
偏右 4 years ago
committed by GitHub
parent
commit
eb46b026fe
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 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…
Cancel
Save