feat: Changed yarn to npm
Some checks failed
publish / publish-tauri (ubuntu-20.04) (push) Failing after 32s
Some checks failed
publish / publish-tauri (ubuntu-20.04) (push) Failing after 32s
This commit is contained in:
parent
9f9c4ff508
commit
b885ae8acb
@ -26,7 +26,7 @@ jobs:
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
|
||||
- name: install frontend dependencies
|
||||
run: yarn install # change this to npm or pnpm depending on which one you use
|
||||
run: npm install # change this to npm or pnpm depending on which one you use
|
||||
workdir: toos-dashboard/
|
||||
- uses: tauri-apps/tauri-action@v0
|
||||
workdir: toos-dashboard/
|
||||
|
Loading…
Reference in New Issue
Block a user