Skip to content

Commit 7da9af9

Browse files
committed
ci: add release script
1 parent 1453961 commit 7da9af9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@
99
},
1010
"scripts": {
1111
"test": "jest",
12-
"release:canary": "changeset publish --tag canary",
13-
"release:patch": "release patch && npm publish .",
14-
"release:minor": "release minor && npm publish .",
15-
"release:major": "release major && npm publish ."
12+
"release": "changeset publish",
13+
"release:canary": "changeset publish --tag canary"
1614
},
1715
"repository": {
1816
"type": "git",

0 commit comments

Comments
 (0)