Skip to content

Commit 5a05aae

Browse files
fix(ci): add missing release script
1 parent 721bbb4 commit 5a05aae

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
@@ -16,7 +16,8 @@
1616
],
1717
"scripts": {
1818
"lint": "eslint --ext js -c .eslintrc .",
19-
"test": "tape test/**/*.spec.js"
19+
"test": "tape test/**/*.spec.js",
20+
"semantic-release": "semantic-release"
2021
},
2122
"author": "Robert Jefe Lindstaedt <robert.lindstaedt@gmail.com>",
2223
"license": "Apache 2.0",

0 commit comments

Comments
 (0)