Skip to content

Commit

Permalink
Merge pull request #1325 from wordpress-mobile/issue/fix-max-events-w…
Browse files Browse the repository at this point in the history
…arning

Fix MaxListenersExceededWarning caused by dark-mode event emitter
  • Loading branch information
etoledom authored Aug 26, 2019
2 parents 3b6f385 + 35f7ac9 commit 64ac513
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ commands:
- restore_cache:
name: Restore Yarn Cache
keys:
- yarn-i18n-v3-{{ .Environment.CIRCLE_JOB }}-{{ checksum "yarn.lock" }}
- yarn-i18n-v4-{{ .Environment.CIRCLE_JOB }}-{{ checksum "yarn.lock" }}
- run:
name: Yarn Install
command: yarn install --frozen-lockfile --prefer-offline
- save_cache:
name: Save Yarn Cache
key: yarn-i18n-v3-{{ .Environment.CIRCLE_JOB }}-{{ checksum "yarn.lock" }}
key: yarn-i18n-v4-{{ .Environment.CIRCLE_JOB }}-{{ checksum "yarn.lock" }}
paths:
- node_modules
- i18n-cache/data
Expand Down
2 changes: 1 addition & 1 deletion gutenberg

0 comments on commit 64ac513

Please sign in to comment.