Skip to content
This repository was archived by the owner on Apr 21, 2022. It is now read-only.

Commit 2c65d91

Browse files
committed
Updated config.yml
1 parent 693d63f commit 2c65d91

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ jobs:
5454
- checkout
5555
- run: *setup_yarn
5656
- node/install: *install_node
57-
- run: *create_cache_key_file
58-
- node/install-packages: *install_node_packages
5957
- run:
6058
name: Yarn Install
6159
command: |
6260
npm install yarn -g
61+
- run: *create_cache_key_file
62+
- node/install-packages: *install_node_packages
6363
- run: .circleci/loadgpg
6464
- run: yarn global add @oclif/semantic-release@3 semantic-release@17
6565
- run: yarn --frozen-lockfile

0 commit comments

Comments
 (0)