Skip to content

Commit d85638f

Browse files
authored
tests: Check for dirty yarn.lock (#29728)
1 parent 9ecec6c commit d85638f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ jobs:
179179
- <<: *install_node_modules
180180
- <<: *persist_cache
181181
- run: yarn bootstrap -- concurrency=2
182+
- run: git status yarn.lock -s | grep "M yarn.lock" && echo "yarn.lock is dirty. Please ensure changes have been committed" && exit 1
182183
# Persist the workspace again with all packages already built
183184
- persist_to_workspace:
184185
root: ./

0 commit comments

Comments
 (0)