Skip to content

Commit

Permalink
Bump lockfile during release process
Browse files Browse the repository at this point in the history
  • Loading branch information
krzkaczor committed Nov 5, 2023
1 parent aef6d79 commit 957c032
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@changesets/cli": "^2.26.2"
},
"scripts": {
"version": "changeset version && bun .changeset/sync-cargo-version.ts",
"version": "changeset version && bun .changeset/sync-cargo-version.ts && cargo check",
"publish": "changeset tag"
}
}

0 comments on commit 957c032

Please sign in to comment.