We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ecec6c commit d85638fCopy full SHA for d85638f
.circleci/config.yml
@@ -179,6 +179,7 @@ jobs:
179
- <<: *install_node_modules
180
- <<: *persist_cache
181
- 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
183
# Persist the workspace again with all packages already built
184
- persist_to_workspace:
185
root: ./
0 commit comments