Skip to content

Commit 78deb47

Browse files
committed
build: add back release scripts
1 parent 179bfa8 commit 78deb47

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@
2828
"test-e2e": "./scripts/test-e2e",
2929
"test-instrumentations": "./scripts/test-instrumentations",
3030
"test-coverage": "./scripts/test-coverage",
31-
"which": "which"
31+
"which": "which",
32+
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
33+
"semantic-release-pre": "semantic-release pre",
34+
"semantic-release-post": "semantic-release post"
3235
},
3336
"repository": {
3437
"type": "git",

0 commit comments

Comments
 (0)