Browse Source

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>
master
Jonathan Druart 2 months ago
committed by Tomas Cohen Arazi
parent
commit
73b20abfb3
Signed by: tomascohen GPG Key ID: 0A272EA1B2F3C15F
  1. 2
      build-resources.PL

2
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";

Loading…
Cancel
Save