feat(cli): run beforeDev and beforeBuild in a shell, closes #1295 (#1399)

This commit is contained in:
Lucas Fernandes Nogueira
2021-03-28 20:25:06 -03:00
committed by GitHub
parent fd5bb2c201
commit 32eb0d562b
5 changed files with 29 additions and 47 deletions

View File

@@ -0,0 +1,5 @@
---
"tauri-cli": patch
---
Run `beforeDevCommand` and `beforeBuildCommand` in a shell.