feat: Changed yarn to npm
Some checks failed
publish / publish-tauri (ubuntu-20.04) (push) Failing after 32s

This commit is contained in:
Xeovalyte 2023-10-24 22:42:30 +02:00
parent 9f9c4ff508
commit b885ae8acb

View File

@ -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/