Skip to content

Commit

Permalink
fix other CI tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Khartir committed Dec 13, 2019
1 parent 26cf954 commit 7a216c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ jobs:
- attach_workspace:
at: .
- run:
name: Test with compatibility checks
command: yarn test:compat
command: yarn test
- persist_to_workspace:
root: .
paths:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test:components": "jest src/Async.spec.js --collectCoverageFrom=src/Async.js",
"test:examples": "CI=1 lerna run --scope '*-example' test -- --passWithNoTests --watchAll=false",
"test:chromatic": "chromatic --app-code iiua39bmt0j --build-script-name build:storybook --exit-zero-on-changes",
"ci": "yarn lint && yarn test:compat && yarn test:examples",
"ci": "yarn lint && yarn test && yarn test:examples",
"build:packages": "lerna run --scope 'react-async*' build",
"build:examples": "lerna run --scope '*-example' build",
"build:storybook": "build-storybook -o storybook",
Expand Down

0 comments on commit 7a216c5

Please sign in to comment.