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 fb8db51 commit e793cccCopy full SHA for e793ccc
package.json
@@ -16,7 +16,7 @@
16
"plugin.watch.android": "npm i && npm-watch build.android",
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",
+ "publish": "npm run build && lerna publish --create-release=github --force-publish",
20
"commitmsg": "commitlint -e $GIT_PARAMS"
21
},
22
"keywords": [
0 commit comments