Skip to content

Commit

Permalink
fix: run npm install before npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsgruk committed Jul 3, 2024
1 parent 21d3dcf commit fa89435
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ parts:
popd
# Install the dependencies for the Signal-Desktop application.
npm install
npm ci --legacy-peer-deps
# This is the equivalent of 'npm run generate'. The upstream package.json
Expand Down

0 comments on commit fa89435

Please sign in to comment.