Skip to content

Commit 2e0c3ff

Browse files
committed
fix: add semantic-release npm script
1 parent 0d15313 commit 2e0c3ff

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
@@ -10,7 +10,8 @@
1010
"superblocktxt": "src/superblocktxt.js"
1111
},
1212
"scripts": {
13-
"test": "karma start --single-run"
13+
"test": "karma start --single-run",
14+
"semantic-release": "semantic-release"
1415
},
1516
"dependencies": {
1617
"idb-keyval": "3.1.0",

0 commit comments

Comments
 (0)