From 73b20abfb3f340adb4e1ac1880fb70ae6bfd2d77 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 1 Feb 2023 08:47:04 +0100 Subject: [PATCH] Bug 32609: Use the current yarn.lock to generate node_modules See comment 34 and https://tree.taiga.io/project/joubu-koha-erm/us/127 Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi --- build-resources.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-resources.PL b/build-resources.PL index 0d7b515258..ec7c13b6d5 100755 --- a/build-resources.PL +++ b/build-resources.PL @@ -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"; -- 2.39.2