Skip to content

Commit c696472

Browse files
committed
chore: lerna
1 parent 8704a44 commit c696472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"plugin.watch.android": "npm i && npm-watch build.android",
1818
"plugin.watch.ios": "npm i && npm-watch build.ios",
1919
"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",
20+
"publish": "ts-patch install && npm run build.native && npm run build && lerna publish --create-release=github",
2121
"commitmsg": "commitlint -e $GIT_PARAMS"
2222
},
2323
"devDependencies": {

0 commit comments

Comments
 (0)