mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-26 04:03:29 +03:00
chore: covector should use pkg name, not nickname (#1487)
This fixes the check for tauri-cli which is nicknamed cli.rs.
This commit is contained in:
parent
e267ebf1f1
commit
67eab36b2f
@ -4,7 +4,7 @@
|
|||||||
"pkgManagers": {
|
"pkgManagers": {
|
||||||
"rust": {
|
"rust": {
|
||||||
"version": true,
|
"version": true,
|
||||||
"getPublishedVersion": "cargo search ${ pkg.pkg } --limit 1 | sed -nE 's/^[^\"]*\"//; s/\".*//1p' -",
|
"getPublishedVersion": "cargo search ${ pkgFile.pkg.package.name } --limit 1 | sed -nE 's/^[^\"]*\"//; s/\".*//1p' -",
|
||||||
"prepublish": [
|
"prepublish": [
|
||||||
"sudo apt-get update",
|
"sudo apt-get update",
|
||||||
"sudo apt-get install -y webkit2gtk-4.0",
|
"sudo apt-get install -y webkit2gtk-4.0",
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
"postinstall": "husky install"
|
"postinstall": "husky install"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"covector": "^0.2.6",
|
"covector": "^0.5.3",
|
||||||
"husky": "^5.1.3",
|
"husky": "^5.1.3",
|
||||||
"prettier": "^2.0.5"
|
"prettier": "^2.0.5"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user