build: enforce frozen lockfile on the lint stage (#18867)
This commit is contained in:
parent
b98c1d0472
commit
c720803413
1 changed files with 1 additions and 1 deletions
|
@ -577,7 +577,7 @@ steps-lint: &steps-lint
|
||||||
# but then we would lint its contents (at least gn format), and it doesn't pass it.
|
# but then we would lint its contents (at least gn format), and it doesn't pass it.
|
||||||
|
|
||||||
cd src/electron
|
cd src/electron
|
||||||
node script/yarn install
|
node script/yarn install --frozen-lockfile
|
||||||
node script/yarn lint
|
node script/yarn lint
|
||||||
|
|
||||||
steps-checkout: &steps-checkout
|
steps-checkout: &steps-checkout
|
||||||
|
|
Loading…
Reference in a new issue