build: enforce frozen lockfile on the lint stage (#18867)

This commit is contained in:
Samuel Attard 2019-06-18 14:42:42 -07:00 committed by Charles Kerr
parent b98c1d0472
commit c720803413

View file

@ -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.
cd src/electron
node script/yarn install
node script/yarn install --frozen-lockfile
node script/yarn lint
steps-checkout: &steps-checkout