From eb46b026fe0668416c336c1bd2e1c668569ad181 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=8F=E5=8F=B3?= Date: Mon, 7 Sep 2020 17:25:45 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E2=9C=85=20remove=20no-cache=20for=20?= =?UTF-8?q?jest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2317cc4975..6a3bdf2f9e 100644 --- a/package.json +++ b/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" },