fix(ci): covector configuration

the config had a test code on the postversion check for cli.rs
[skip ci]
This commit is contained in:
Lucas Nogueira 2022-02-13 11:51:30 -03:00
parent 20f0477f95
commit 9c50bda6c1
No known key found for this signature in database
GPG Key ID: 2714B66BCFB01F7F

View File

@ -287,7 +287,7 @@
"tauri-bundler",
"tauri-utils"
],
"postversion": "cargo check ${ pkg.crate || pkg.pkg }",
"postversion": "cargo check",
"assets": [
{
"path": "${ pkg.path }/target/package/tauri-cli-${ pkgFile.version }.crate",