Skip to content

Commit 6d5f746

Browse files
committed
chore: lerna
1 parent 10952f3 commit 6d5f746

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
@@ -4,7 +4,7 @@
44
"scripts": {
55
"tsc": "cp src/nssentry.d.ts plugin && tsc -skipLibCheck",
66
"build": "cp README.md plugin/ && npm run tsc",
7-
"publish": "npm run build && lerna publish --create-release=github",
7+
"publish": "npm run build && lerna publish --create-release=github --force-publish",
88
"commitmsg": "commitlint -e $GIT_PARAMS",
99
"demo.ios": "npm i && npm run tsc && cd demo && tns run ios",
1010
"demo.android": "npm i && npm run tsc && cd demo && tns run android",

0 commit comments

Comments
 (0)