Skip to content

Commit

Permalink
feat: Added cargo build into tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
ecyht2 committed Apr 6, 2024
1 parent 1bac38f commit 8f5f635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ports:
onOpen: open-browser

tasks:
- init: npm install && npm run build
- init: npm install && npm run build && cd src-tauri && cargo build
command: npm run tauri-dev


0 comments on commit 8f5f635

Please sign in to comment.