Skip to content

Commit

Permalink
chore: use yarn workspaces (#1396)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmenko authored Sep 9, 2019
1 parent 4dfe320 commit b45c7ed
Show file tree
Hide file tree
Showing 8 changed files with 149,098 additions and 476 deletions.
8 changes: 5 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,19 @@ node10Environment: &node10Environment
aliases:
- &restore_yarn_cache
keys:
- v2-yarn-cache-{{ checksum "yarn.lock" }}
- v3-yarn-cache-{{ .Branch }}-{{ checksum "yarn.lock" }}
- v3-yarn-cache-{{ .Branch }}
- v3-yarn-cache

- &save_yarn_cache
key: v2-yarn-cache-{{ checksum "yarn.lock" }}
key: v3-yarn-cache-{{ .Branch }}-{{ checksum "yarn.lock" }}
paths:
- node_modules
- ~/.cache/yarn

- &yarn_install
name: Installing
command: yarn install --pure-lockfile
command: yarn --frozen-lockfile

- &unit_test
name: Unit testing
Expand Down
Loading

0 comments on commit b45c7ed

Please sign in to comment.