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.
semantic-release
1 parent 48f4cd3 commit fce0aa7Copy full SHA for fce0aa7
package.json
@@ -9,7 +9,8 @@
9
"test": "mocha --require ts-node/register tests/**/*.test.ts",
10
"build": "tsc -b",
11
"lint": "prettier --check . && eslint . --ext .ts",
12
- "lint-fix": "prettier --write . && eslint . --ext .ts --fix"
+ "lint-fix": "prettier --write . && eslint . --ext .ts --fix",
13
+ "semantic-release": "semantic-release"
14
},
15
"bin": {
16
"github-run-script": "./dist/index.js"
0 commit comments