Skip to content

Commit cd52927

Browse files
committed
chore: realse
1 parent 95eb8ac commit cd52927

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
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",
20+
"publish": "ts-patch install && npm run build.native && npm run build && lerna publish --github-release",
2121
"commitmsg": "commitlint -e $GIT_PARAMS"
2222
},
2323
"devDependencies": {
@@ -81,4 +81,4 @@
8181
"dependencies": {
8282
"ts-node": "^8.10.2"
8383
}
84-
}
84+
}

0 commit comments

Comments
 (0)