Skip to content

Releases: dwall-rs/tauri-action

0.5.21

17 Apr 04:32
ac120f3

Choose a tag to compare

refactor: update execTauriCommand to accept command as an argument

- Modified the execTauriCommand method in the Runner class to accept a command array.
- Updated buildProject and initProject functions to pass the command as an argument.
- Refactored import statements in init-project.ts for consistency in quotation marks.
- Improved code readability by aligning code formatting and structure in initProject function.