Skip to content

Commit 41a2923

Browse files
committed
ci: fix 2
1 parent 651d15d commit 41a2923

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)