fix: CI should fail if yarn.lock is out of date
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user