fix: CI should fail if yarn.lock is out of date

This commit is contained in:
Tom Moor
2022-04-08 08:49:34 -07:00
parent 1f93027c97
commit 58a059ae33
2 changed files with 5 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ jobs:
key: dependency-cache-{{ checksum "package.json" }}
- run:
name: install-deps
command: yarn install --pure-lockfile
command: yarn install --frozen-lockfile
- save_cache:
key: dependency-cache-{{ checksum "package.json" }}
paths: