We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d009271 commit 2a22887Copy full SHA for 2a22887
examples/plain-javascript/.github/workflows/build.yml renamed to .github/workflows/build.yml
@@ -49,6 +49,7 @@ jobs:
49
# You can remove the one that doesn't apply to your app to speed up the workflow a bit.
50
51
- name: install frontend dependencies
52
+ working-directory: ./examples/plain-javascript
53
run: yarn install # change this to npm, pnpm or bun depending on which one you use.
54
55
- uses: tauri-apps/tauri-action@v0
0 commit comments