Skip to content

Commit 5c0f1c0

Browse files
authored
chore: use frozen lockfile to fail build if an update is needed (#920)
* test: add ci step to verify if lockfile is valid * chore: remove git diff
1 parent f3ab989 commit 5c0f1c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ commands:
1010
steps:
1111
- run:
1212
name: Install dependencies
13-
command: yarn install --ignore-engines
13+
command: yarn install --ignore-engines --frozen-lockfile
1414
audit:
1515
steps:
1616
- run:

0 commit comments

Comments
 (0)