File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 47
47
- name : install frontend dependencies
48
48
run : pnpm install # change this to npm, pnpm or bun depending on which one you use.
49
49
50
- - name : build frontend resource and tauri soruce
51
- run : pnpm tauri: build
50
+ - name : build frontend resource
51
+ run : pnpm build-only
52
52
53
+ - name : build tauri resource
54
+ run : pnpm tauri:build
53
55
# If tagName and releaseId are omitted tauri-action will only build the app and won't try to upload any assets.
54
56
- uses : tauri-apps/tauri-action@v0
55
57
env :
Original file line number Diff line number Diff line change 1
1
{
2
2
"build" : {
3
3
"beforeDevCommand" : " pnpm dev" ,
4
- "beforeBuildCommand" : " pnpm build " ,
4
+ "beforeBuildCommand" : " " ,
5
5
"frontendDist" : " ../dist" ,
6
6
"devUrl" : " http://localhost:9000"
7
7
},
You can’t perform that action at this time.
0 commit comments