mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 03:47:37 +03:00
bba1a44191
* feat(cli): allow skipping rustfmt project reformatting * Apply suggestions from code review * fixes, change file * fix change file --------- Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app>
7 lines
170 B
Markdown
7 lines
170 B
Markdown
---
|
|
"tauri-cli": "patch:enhance"
|
|
"@tauri-apps/cli": "patch:enhance"
|
|
---
|
|
|
|
Added `--no-fmt` option to the `add` command to skip formatting the code after applying changes.
|