mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-24 12:14:05 +03:00
fix(covector): remove sync-cli-metadata.js
usage
This commit is contained in:
parent
45d427e44c
commit
18b7ffb4e2
@ -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",
|
||||
@ -266,8 +265,7 @@
|
||||
"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",
|
||||
@ -275,7 +273,6 @@
|
||||
"dependencies": [
|
||||
"cli.rs"
|
||||
],
|
||||
"postversion": "node ../../.scripts/covector/sync-cli-metadata.js ${ pkg.pkg } ${ release.type }",
|
||||
"prepublish": [],
|
||||
"publish": [],
|
||||
"postpublish": []
|
||||
|
Loading…
Reference in New Issue
Block a user