Browse Source

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

Samuel Attard 5 years ago
parent
commit
c720803413
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

@@ -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