Adam Majer 2024-08-09 11:17:24 +00:00 committed by Git OBS Bridge
parent a85c63dc56
commit 1181466ff8

View File

@ -56,6 +56,7 @@ local-npm-registry %{_sourcedir} install --include=dev --ignore-scripts|| ( find
%build
mkdir -p pkg
cp -r %{_datadir}/cockpit/devel/lib pkg/lib
npx patch-package
NODE_ENV=production npm run build
%install