Skip to content

Commit f9e2db0

Browse files
authored
fix: clean cache so publish nightly works (#9316)
1 parent 946907a commit f9e2db0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ jobs:
8585
executor: rsp-large
8686
steps:
8787
- checkout
88+
- run:
89+
name: Clean Yarn cache
90+
command: yarn cache clean
8891

8992
- run:
9093
name: Write npmrc

0 commit comments

Comments
 (0)