Skip to content

Commit 6f53318

Browse files
authored
Merge pull request #4 from emyann/fix/ci2
ci: fix 2
2 parents 0858909 + 41a2923 commit 6f53318

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,13 @@ jobs:
3636
- restore_cache:
3737
keys:
3838
- v1-dependencies-{{ checksum "yarn.lock" }}
39+
- v1-dependencies-
3940
- v1-dist-{{ .Environment.CIRCLE_SHA1 }}
41+
- run: yarn install
42+
- save_cache:
43+
paths:
44+
- node_modules
45+
key: v1-dependencies-{{ checksum "yarn.lock" }}
4046
- run:
4147
name: Publish Package
4248
command: cd dist && yarn run semantic-release

0 commit comments

Comments
 (0)