Skip to content

Commit

Permalink
pnpm?
Browse files Browse the repository at this point in the history
Signed-off-by: madomado <[email protected]>
  • Loading branch information
madonuko authored Aug 25, 2024
1 parent 0bd81cf commit 183e571
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions anda/apps/armcord/armcord.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ URL: https://github.com/ArmCord/ArmCord
Group: Applications/Internet
Source1: launch.sh
Requires: electron xdg-utils
BuildRequires: nodejs-npm git add-determinism
BuildRequires: git-core add-determinism pnpm
Conflicts: armcord-bin
BuildArch: noarch

Expand Down Expand Up @@ -37,8 +37,8 @@ EOF


%build
npx pnpm@9 install --no-frozen-lockfile
npm run packageQuick
pnpm install --no-frozen-lockfile
pnpm run packageQuick


%install
Expand Down

0 comments on commit 183e571

Please sign in to comment.