Skip to content

Commit

Permalink
build: add run target for creating releases
Browse files Browse the repository at this point in the history
this bumps the version and updates the changelog
  • Loading branch information
dtieber committed Dec 2, 2021
1 parent c1aec43 commit 086c445
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"build": "tsc",
"lint": "eslint . --fix --ext .js,.ts --cache",
"prepare": "husky install",
"release": "standard-version",
"test": "NODE_ENV=test jest"
}
}

0 comments on commit 086c445

Please sign in to comment.