Skip to content

Commit bee9ae2

Browse files
committed
chore: npm publish version
1 parent 8f78291 commit bee9ae2

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
@@ -14,7 +14,10 @@
1414
],
1515
"scripts": {
1616
"build": "tsc -p .",
17-
"dev": "tsc -w -p ."
17+
"dev": "tsc -w -p .",
18+
"patch": "yarn version --patch && git push origin master && git push origin --tags",
19+
"minor": "yarn version --minor && git push origin master && git push origin --tags",
20+
"major": "yarn version --major && git push origin master && git push origin --tags"
1821
},
1922
"keywords": [
2023
"picgo",

0 commit comments

Comments
 (0)