We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 463694b commit a032217Copy full SHA for a032217
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codehawk-cli",
3
- "version": "6.1.1",
+ "version": "7.0.0",
4
"description": "Static analysis tool for JavaScript projects",
5
"scripts": {
6
"test": "jest --testTimeout 15000",
@@ -11,7 +11,8 @@
11
"build": "tsc",
12
"build:watch": "tsc --watch",
13
"prettier": "prettier --check src",
14
- "prettier:fix": "prettier --write src"
+ "prettier:fix": "prettier --write src",
15
+ "release": "yarn build && yarn publish"
16
},
17
"author": "Sam Brown (https://github.com/sgb-io)",
18
"repository": {
0 commit comments