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
This commit is contained in:
Jennifer Shehane
2025-04-07 17:17:16 -04:00
committed by GitHub
parent d691e19bdb
commit f16ff6cf0d
4 changed files with 6 additions and 7 deletions

View File

@@ -1,3 +1,3 @@
# Bump this version to force CI to re-create the cache from scratch.
3-18-2024:4:25
4-7-2025-v1

View File

@@ -498,8 +498,9 @@ commands:
steps:
- run: pwd
- run:
name: print global yarn cache path
command: echo $(yarn global bin)
name: print global yarn cache path and size
command: |
du -sh $(yarn global bin)
- run:
name: print yarn version
command: yarn versions
@@ -784,6 +785,7 @@ commands:
- windows-install-chrome:
browser: <<parameters.browser>>
- run:
name: Run <<parameters.package>> UI tests
command: |
echo Current working directory is $PWD
echo Total containers $CIRCLE_NODE_TOTAL

View File

@@ -44,7 +44,4 @@ wercker.yml
.flowconfig
.documentup.json
.yarn-metadata.json
.travis.yml
# misc
*.md
.travis.yml