소스 검색

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"
     },