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

https://gitlab.com/gitlab-org/gitlab/-/issues/522960
This commit is contained in:
Leona Maroni
2025-03-03 15:14:37 +01:00
parent e52c2a6869
commit 8ba830c8bc
@@ -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
'';