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 8704a44 commit c696472Copy full SHA for c696472
package.json
@@ -17,7 +17,7 @@
17
"plugin.watch.android": "npm i && npm-watch build.android",
18
"plugin.watch.ios": "npm i && npm-watch build.ios",
19
"plugin.watch": "npm run plugin.watch.tsc & npm run plugin.watch.android & npm run plugin.watch.ios",
20
- "publish": "ts-patch install && npm run build.native && npm run build && lerna publish --github-release",
+ "publish": "ts-patch install && npm run build.native && npm run build && lerna publish --create-release=github",
21
"commitmsg": "commitlint -e $GIT_PARAMS"
22
},
23
"devDependencies": {
0 commit comments