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 95eb8ac commit cd52927Copy full SHA for cd52927
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",
+ "publish": "ts-patch install && npm run build.native && npm run build && lerna publish --github-release",
21
"commitmsg": "commitlint -e $GIT_PARAMS"
22
},
23
"devDependencies": {
@@ -81,4 +81,4 @@
81
"dependencies": {
82
"ts-node": "^8.10.2"
83
}
84
-}
+}
0 commit comments