فهرست منبع

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

Lucas Nogueira 3 سال پیش
والد
کامیت
41052deeda
2فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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.