Skip to content

Commit

Permalink
fix invalid circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
wheresrhys committed Nov 21, 2020
1 parent 2819ced commit 5fb315d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,10 @@ workflows:
- es5:
<<: *triggerable-by-tag
<<: *build-lint-unit
# - esm:
# <<: *triggerable-by-tag
# requires:
# - build
- esm:
<<: *triggerable-by-tag
requires:
- build
- node10:
<<: *triggerable-by-tag
<<: *build-lint-unit
Expand Down Expand Up @@ -218,8 +218,8 @@ workflows:
- typecheck
- node10
- nodenext
- node14
# - esm
- node12
- esm
filters:
branches:
ignore: /.*/
Expand Down

0 comments on commit 5fb315d

Please sign in to comment.