Skip to content

Commit

Permalink
seperate build
Browse files Browse the repository at this point in the history
  • Loading branch information
domiSchenk committed Jun 26, 2021
1 parent 1dec87a commit 15e5f6e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,11 @@ jobs:
with:
version: 6.9.1

- name: install app dependencies and build it
run: pnpm install && pnpm run build:prod
- name: install app dependencies
run: pnpm install

# - name: build app
# run: pnpm run build:prod

# - uses: tauri-apps/tauri-action@v0
# env:
Expand Down

0 comments on commit 15e5f6e

Please sign in to comment.