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 <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 73b20abfb3)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
Jonathan Druart 2023-02-01 08:47:04 +01:00 committed by Martin Renvoize
parent 894fec6bc7
commit 29ba7bff11
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F

View file

@ -32,7 +32,7 @@ This helper script ensures that src JS and SCSS files are compiled for packaging
=cut =cut
my $install_command = "yarn install"; my $install_command = "yarn install --frozen-lockfile";
system($install_command); system($install_command);
my $build_command = "yarn build:prod"; my $build_command = "yarn build:prod";