瀏覽代碼

fix(covector): cli.rs has no dependency on cli.js, api or core

Lucas Nogueira 4 年之前
父節點
當前提交
22f83c4706
共有 1 個文件被更改,包括 1 次插入5 次删除
  1. 1 5
      .changes/config.json

+ 1 - 5
.changes/config.json

@@ -282,11 +282,7 @@
       "path": "./tooling/cli.rs",
       "manager": "rust",
       "dependencies": [
-        "api",
-        "tauri-bundler",
-        "tauri",
-        "tauri-build",
-        "cli.js"
+        "tauri-bundler"
       ],
       "postversion": "cargo check"
     },