Skip to content

Commit 0858909

Browse files
authored
Merge pull request #3 from emyann/fix/ci
ci: restore node_modules at publish time
2 parents 63b0662 + 651d15d commit 0858909

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
- checkout
3636
- restore_cache:
3737
keys:
38+
- v1-dependencies-{{ checksum "yarn.lock" }}
3839
- v1-dist-{{ .Environment.CIRCLE_SHA1 }}
3940
- run:
4041
name: Publish Package

0 commit comments

Comments
 (0)