Skip to content

Commit 16d27fd

Browse files
committed
fix other CI tools
1 parent 5858fe5 commit 16d27fd

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.circleci/config.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ jobs:
5050
- attach_workspace:
5151
at: .
5252
- run:
53-
name: Test with compatibility checks
54-
command: yarn test:compat
53+
command: yarn test
5554
- persist_to_workspace:
5655
root: .
5756
paths:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"test:components": "jest src/Async.spec.js --collectCoverageFrom=src/Async.js",
2323
"test:examples": "CI=1 lerna run --scope '*-example' test -- --passWithNoTests --watchAll=false",
2424
"test:chromatic": "chromatic --app-code iiua39bmt0j --build-script-name build:storybook",
25-
"ci": "yarn lint && yarn test:compat && yarn test:examples",
25+
"ci": "yarn lint && yarn test && yarn test:examples",
2626
"build:packages": "lerna run --scope 'react-async*' build",
2727
"build:examples": "lerna run --scope '*-example' build",
2828
"build:storybook": "build-storybook -o storybook",

0 commit comments

Comments
 (0)