Skip to content

Commit 921a33a

Browse files
committed
Add publish script
1 parent c7f403d commit 921a33a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"scripts": {
1111
"clean": "rm -rf dist",
1212
"test": "mocha -r ts-node/register test/**",
13-
"build": "tsc"
13+
"build": "tsc",
14+
"semantic-release": "npm publish"
1415
},
1516
"author": "amanusk",
1617
"license": "MIT",

0 commit comments

Comments
 (0)