Skip to content

Commit fce0aa7

Browse files
committed
Fix: Add semantic-release.
1 parent 48f4cd3 commit fce0aa7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"test": "mocha --require ts-node/register tests/**/*.test.ts",
1010
"build": "tsc -b",
1111
"lint": "prettier --check . && eslint . --ext .ts",
12-
"lint-fix": "prettier --write . && eslint . --ext .ts --fix"
12+
"lint-fix": "prettier --write . && eslint . --ext .ts --fix",
13+
"semantic-release": "semantic-release"
1314
},
1415
"bin": {
1516
"github-run-script": "./dist/index.js"

0 commit comments

Comments
 (0)