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

Commit 04b6c34

Browse files
committed
chore: tweak
1 parent a3a3c69 commit 04b6c34

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.circleci/config.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,9 @@ commands:
99
install:
1010
steps:
1111
- checkout
12-
- restore_cache:
13-
name: Restore Yarn Package Cache
14-
keys:
15-
- yarn-packages-{{ checksum "yarn.lock" }}
1612
- run:
1713
name: Install Dependencies
18-
command: yarn install --frozen-lockfile
19-
- save_cache:
20-
name: Save node_modules Cache
21-
key: yarn-packages-{{ checksum "yarn.lock" }}
22-
paths:
23-
- node_modules
14+
command: yarn install
2415

2516
jobs:
2617
test:

0 commit comments

Comments
 (0)