Skip to content

Commit f16ff6c

Browse files
chore: update snap-shot-core patch package file to match version (#31449)
* chore: update snap-shot-core patch package file to match version * update circle cache * experiment with removing .md from yarnclean * add .md back to yarnclean * bust circle cache * remove .md files being cleaned from yarn to get around patch-package issue * print size of cache * try out the size of the .md * remove md from yarnclean * UPdate to version without removal of markdown files
1 parent d691e19 commit f16ff6c

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

.circleci/cache-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Bump this version to force CI to re-create the cache from scratch.
22

3-
3-18-2024:4:25
3+
4-7-2025-v1

.circleci/workflows.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,8 +498,9 @@ commands:
498498
steps:
499499
- run: pwd
500500
- run:
501-
name: print global yarn cache path
502-
command: echo $(yarn global bin)
501+
name: print global yarn cache path and size
502+
command: |
503+
du -sh $(yarn global bin)
503504
- run:
504505
name: print yarn version
505506
command: yarn versions
@@ -784,6 +785,7 @@ commands:
784785
- windows-install-chrome:
785786
browser: <<parameters.browser>>
786787
- run:
788+
name: Run <<parameters.package>> UI tests
787789
command: |
788790
echo Current working directory is $PWD
789791
echo Total containers $CIRCLE_NODE_TOTAL

.yarnclean

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,4 @@ wercker.yml
4444
.flowconfig
4545
.documentup.json
4646
.yarn-metadata.json
47-
.travis.yml
48-
49-
# misc
50-
*.md
47+
.travis.yml

0 commit comments

Comments
 (0)