Bug 32609: Use the current yarn.lock to generate node_modules
[srvgit] / build-resources.PL
index 0d7b515..ec7c13b 100755 (executable)
@@ -32,7 +32,7 @@ This helper script ensures that src JS and SCSS files are compiled for packaging
 
 =cut
 
-my $install_command = "yarn install";
+my $install_command = "yarn install --frozen-lockfile";
 system($install_command);
 
 my $build_command = "yarn build:prod";