Skip to content

Commit

Permalink
Fix OBS build
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Jan 3, 2025
1 parent cc40996 commit 4110a08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/agama-integration-tests.spec
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ dependencies.

%build
rm -f package-lock.json
local-npm-registry %{_sourcedir} install --with=dev --legacy-peer-deps || ( find ~/.npm/_logs -name '*-debug.log' -print0 | xargs -0 cat; false)
npm run build
local-npm-registry %{_sourcedir} install --with=dev || ( find ~/.npm/_logs -name '*-debug.log' -print0 | xargs -0 cat; false)
ESLINT=0 npm run build

%install
install -D -d -m 0755 %{buildroot}%{_datadir}/agama/integration-tests
Expand Down

0 comments on commit 4110a08

Please sign in to comment.