Add cwd option to before commands, add wait option to dev #4740 #3551 (#4834)

This commit is contained in:
Lucas Fernandes Nogueira
2022-08-02 18:54:50 -03:00
committed by GitHub
parent 90d5929fea
commit d6f7d3cfe8
6 changed files with 205 additions and 50 deletions

View File

@@ -0,0 +1,7 @@
---
"tauri-utils": minor
"cli.rs": minor
"cli.js": minor
---
Allow configuring the `before_dev_command` to force the CLI to wait for the command to finish before proceeding.