fix: update lockfile for cli.rs

Add cargo check run so it stays up to date when the version is bumped.
This commit is contained in:
Jacob Bolda 2021-04-19 11:37:05 -05:00
parent a202b68447
commit 7ca77780a5
No known key found for this signature in database
GPG Key ID: 22CE5B1A2BD487F7
2 changed files with 5 additions and 2 deletions

View File

@ -238,7 +238,10 @@
"path": "./tooling/cli.js",
"manager": "javascript",
"dependencies": ["cli.rs"],
"postversion": "node ../../.scripts/sync-cli-metadata.js ${ pkg.pkg } ${ release.type }",
"postversion": [
"node ../../.scripts/sync-cli-metadata.js ${ pkg.pkg } ${ release.type }",
"cargo check"
],
"assets": [
{
"path": "./tooling/cli.js/tauri-apps-cli-${ pkgFile.version }.tgz",

View File

@ -2024,7 +2024,7 @@ dependencies = [
[[package]]
name = "tauri-cli"
version = "1.0.0-beta-rc.1"
version = "1.0.0-beta-rc.2"
dependencies = [
"anyhow",
"base64",