Ver Fonte

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

Lucas Nogueira há 3 anos atrás
pai
commit
41052deeda
2 ficheiros alterados com 2 adições e 0 exclusões
  1. 1 0
      .changes/fix-cli-prompts.md
  2. 1 0
      .changes/perf-cli-dir-lookup.md

+ 1 - 0
.changes/fix-cli-prompts.md

@@ -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.

+ 1 - 0
.changes/perf-cli-dir-lookup.md

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