Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit ea81e77

Browse files
author
Steffan
committed
update CircleCI
1 parent 7505b8f commit ea81e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
key: yarn-{{ checksum "yarn.lock" }}
1717
- run:
1818
name: Install Dependencies
19-
command: yarn install --pure-lockfile
19+
command: yarn --pure-lockfile
2020
- save_cache:
2121
key: yarn-{{ checksum "yarn.lock" }}
2222
paths:

0 commit comments

Comments
 (0)