Skip to content

Commit

Permalink
chore(CircleCI): merge lint and docs (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurkale22 committed Nov 6, 2019
1 parent f62fe28 commit e9f9570
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ browsers_unit_tests: &browsers_unit_tests
command: if [ "$CIRCLE_NODE_VERSION" = "v12" ]; then yarn codecov:browser; fi

jobs:
lint:
lint_&_docs:
docker:
- image: node:12
steps:
Expand All @@ -90,14 +90,6 @@ jobs:
- run:
name: Check code style and linting
command: yarn run check
docs:
docker:
- image: node:12
steps:
- checkout
- run:
name: Install modules and dependencies.
command: yarn install
- run:
name: Docs tests
command: yarn docs-test
Expand Down Expand Up @@ -128,8 +120,7 @@ workflows:
version: 2
build:
jobs:
- lint
- docs
- lint_&_docs
- node8
- node10
- node12
Expand Down

0 comments on commit e9f9570

Please sign in to comment.