Skip to content

Commit

Permalink
fix: build script for tauri
Browse files Browse the repository at this point in the history
  • Loading branch information
davay42 committed May 14, 2023
1 parent bfd5670 commit fe0c7ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,3 @@ jobs:
releaseDraft: true
prerelease: false
projectPath: ./desktop
tauriScript: tauri
6 changes: 3 additions & 3 deletions desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"packageManager": "pnpm@8.5.0",
"scripts": {
"dev": "tauri dev",
"build": "tauri build"
"td": "tauri dev",
"tb": "tauri build"
},
"dependencies": {
"@capacitor/android": "5.0.3",
Expand All @@ -29,4 +29,4 @@
"@capacitor/cli": "5.0.3",
"@tauri-apps/cli": "1.3.1"
}
}
}

0 comments on commit fe0c7ba

Please sign in to comment.