Skip to content

Commit a032217

Browse files
authored
Bump to 7.0.0, add release script (#51)
1 parent 463694b commit a032217

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codehawk-cli",
3-
"version": "6.1.1",
3+
"version": "7.0.0",
44
"description": "Static analysis tool for JavaScript projects",
55
"scripts": {
66
"test": "jest --testTimeout 15000",
@@ -11,7 +11,8 @@
1111
"build": "tsc",
1212
"build:watch": "tsc --watch",
1313
"prettier": "prettier --check src",
14-
"prettier:fix": "prettier --write src"
14+
"prettier:fix": "prettier --write src",
15+
"release": "yarn build && yarn publish"
1516
},
1617
"author": "Sam Brown (https://github.com/sgb-io)",
1718
"repository": {

0 commit comments

Comments
 (0)