We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e660463 commit d5a1189Copy full SHA for d5a1189
package.json
@@ -17,6 +17,7 @@
17
"plugin.watch.ios": "npm i && npm-watch build.ios",
18
"plugin.watch": "npm run plugin.watch.tsc & npm run plugin.watch.android & npm run plugin.watch.ios",
19
"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",
21
"commitmsg": "commitlint -e $GIT_PARAMS"
22
},
23
"keywords": [
0 commit comments