fix(covector): add cli.js to change files

This commit is contained in:
Lucas Nogueira
2022-02-11 13:42:54 -03:00
parent 9c6c5a8c52
commit 41052deeda
2 changed files with 2 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
---
"cli.rs": patch
"cli.js": patch
---
Fix `init` command prompting for values even if the argument has been provided on the command line.

View File

@@ -1,5 +1,6 @@
---
"cli.rs": patch
"cli.js": patch
---
Respect `.gitignore` configuration when looking for the folder with the `tauri.conf.json` file.