Unverified Commit 8ba830c8 authored by Leona Maroni's avatar Leona Maroni
Browse files

gitlab: fix merge requests pages by running script of vue-demi

parent e52c2a68
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -200,6 +200,12 @@ let
      patchShebangs node_modules/
      patchShebangs scripts/frontend/

      # TODO: Try to remove --ignore-scripts
      # Needed for the js dependency pinia to work
      pushd node_modules/vue-demi
      yarn run postinstall
      popd

      runHook postConfigure
    '';