Skip to content

Commit

Permalink
chore: update release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatyang committed Oct 1, 2019
1 parent b92a780 commit 386f287
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,15 @@
"scripts": {
"test": "yarn tree-sitter test",
"prepack": "node scripts/update-generated-utils.js && yarn tree-sitter generate",
"release": "standard-version",
"release": "standard-version --commit-all",
"tree-sitter": "./tree-sitter/target/release/tree-sitter"
},
"standard-version": {
"preset": "angular",
"scripts": {
"precommit": "rm -r docs && node scripts/generate-playground.js && git add docs"
}
},
"dependencies": {
"nan": "^2.14.0"
},
Expand Down

0 comments on commit 386f287

Please sign in to comment.