Skip to content

Commit d806de5

Browse files
committed
chore: added release npm scripts
1 parent 22796de commit d806de5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@
5757
"test:coverage": "yarn test --coverage",
5858
"test": "yarn test:jest",
5959
"prebuild": "rm -Rf dist",
60-
"build": "tsc"
60+
"build": "tsc",
61+
"prerelease": "cz bump",
62+
"release": "npm publish"
6163
},
6264
"jest": {
6365
"testPathIgnorePatterns": [

0 commit comments

Comments
 (0)