Skip to content

Commit d5a1189

Browse files
committed
chore: script
1 parent e660463 commit d5a1189

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"plugin.watch.ios": "npm i && npm-watch build.ios",
1818
"plugin.watch": "npm run plugin.watch.tsc & npm run plugin.watch.android & npm run plugin.watch.ios",
1919
"publish": "npm run build && lerna publish --create-release=github --force-publish",
20+
"publish.major": "npm run build && lerna publish major --create-release=github --force-publish",
2021
"commitmsg": "commitlint -e $GIT_PARAMS"
2122
},
2223
"keywords": [

0 commit comments

Comments
 (0)