Skip to content

Commit

Permalink
Build tauri app binary as well when building the bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoBernardino committed Apr 8, 2024
1 parent ce28254 commit b89a9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ test:

.PHONY: build
build:
npm run build
npm run build && npm run tauri build

0 comments on commit b89a9f4

Please sign in to comment.