Skip to content

Commit

Permalink
Relative cd for installing subdependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
schneidmaster committed Feb 11, 2021
1 parent 9d7a9b1 commit dd8d57d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
command: |
yarn install
cd test/webpack-3 && yarn install
cd test/webpack-4 && yarn install
cd test/webpack-5 && yarn install
cd ../webpack-4 && yarn install
cd ../webpack-5 && yarn install
- save_cache:
key: dependency-cache-{{ checksum "yarn.lock" }}-v1
paths:
Expand Down

0 comments on commit dd8d57d

Please sign in to comment.