Skip to content

Commit

Permalink
fix(covector): remove sync-cli-metadata.js usage
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Feb 10, 2022
1 parent 45d427e commit 18b7ffb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .changes/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,7 @@
"dependencies": [
"tauri-codegen",
"tauri-utils"
],
"postversion": "node ../../.scripts/covector/sync-cli-metadata.js ${ pkg.pkg } ${ release.type }"
]
},
"tauri": {
"path": "./core/tauri",
Expand All @@ -266,16 +265,14 @@
"tauri-utils",
"tauri-runtime",
"tauri-runtime-wry"
],
"postversion": "node ../../.scripts/covector/sync-cli-metadata.js ${ pkg.pkg } ${ release.type }"
]
},
"cli.js": {
"path": "./tooling/cli/node",
"manager": "javascript",
"dependencies": [
"cli.rs"
],
"postversion": "node ../../.scripts/covector/sync-cli-metadata.js ${ pkg.pkg } ${ release.type }",
"prepublish": [],
"publish": [],
"postpublish": []
Expand Down

0 comments on commit 18b7ffb

Please sign in to comment.