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 3f1fc3c commit 3b53719Copy full SHA for 3b53719
package.json
@@ -20,7 +20,7 @@
20
"plugin.watch.android": "npm i && npm-watch build.android",
21
"plugin.watch.ios": "npm i && npm-watch build.ios",
22
"plugin.watch": "npm run plugin.watch.tsc & npm run plugin.watch.android & npm run plugin.watch.ios",
23
- "publish": "ts-patch install && npm run build.native && npm run build && lerna publish --create-release=github --force-publish",
+ "publish": "ts-patch install && npm run build && lerna publish --create-release=github --force-publish",
24
"commitmsg": "commitlint -e $GIT_PARAMS"
25
},
26
"devDependencies": {
0 commit comments