Skip to content

Commit

Permalink
build: update Cargo.lock after version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatyang committed Apr 18, 2021
1 parent 830f197 commit 854574e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 7 additions & 0 deletions .versionrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
module.exports = {
preset: "angular",
scripts: {
postbump: [
"cargo package --list --allow-dirty && git add Cargo.lock",
"rm -r docs && node scripts/generate-playground.js && git add docs",
].join(" && "),
},
bumpFiles: [
{
filename: "package.json",
Expand Down
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@
"release": "standard-version --commit-all",
"tree-sitter": "./tree-sitter/target/release/tree-sitter"
},
"standard-version": {
"preset": "angular",
"scripts": {
"postbump": "rm -r docs && node scripts/generate-playground.js && git add docs"
}
},
"dependencies": {
"nan": "^2.14.0"
},
Expand Down

0 comments on commit 854574e

Please sign in to comment.