Forgot to change yarn to npm install

This commit is contained in:
Z4NR34L 2023-01-09 09:51:29 +01:00
parent 555b39c966
commit 0e2c12dfaa
No known key found for this signature in database
GPG key ID: 77F5F2B35C2F56C3

View file

@ -89,7 +89,7 @@ jobs:
- name: Install app dependencies and build web
# Remove `&& yarn build` if you build your frontend in `beforeBuildCommand`
run: npm && npm build # Change this to npm, yarn or pnpm.
run: npm install # Change this to npm, yarn or pnpm.
- name: Build the app
uses: tauri-apps/tauri-action@v0