Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
fix(ci): installing dependencies on template
Browse files Browse the repository at this point in the history
  • Loading branch information
krivahtoo committed Jul 12, 2023
1 parent fd196ed commit df5a302
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release-tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
- name: install frontend dependencies and build
run: |
pnpm install
pnpm -C template install && pnpm -C template run build
- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
- name: install frontend dependencies and build
run: |
pnpm install
pnpm -C template install && pnpm -C template run build
- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit df5a302

Please sign in to comment.