Skip to content

Commit

Permalink
fix: add pnpm install to IDE publish script (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
liana-p committed Jan 23, 2024
1 parent 9529b26 commit 604b6f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ide.yml
Expand Up @@ -33,6 +33,9 @@ jobs:
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
- name: Setup pnpm
uses: pnpm/action-setup@v2.4.0

- name: install frontend dependencies
run: pnpm install # change this to npm or pnpm depending on which one you use

Expand Down

0 comments on commit 604b6f2

Please sign in to comment.