2
0
forked from pool/cockpit-tukit
Adam Majer 2024-08-09 11:17:24 +00:00 committed by Git OBS Bridge
parent e5169b7145
commit 84f4efccc0

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