Skip to content

Commit 208de2c

Browse files
committed
chore: scripts
1 parent 071154d commit 208de2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"tsc": "cp src/nssentry.d.ts plugin && tsc -skipLibCheck",
66
"build": "cp README.md plugin/ && npm run tsc",
77
"publish": "npm run build && lerna publish --create-release=github --force-publish",
8+
"publish.major": "npm run build && lerna publish major --create-release=github --force-publish",
89
"commitmsg": "commitlint -e $GIT_PARAMS",
910
"demo.ios": "npm i && npm run tsc && cd demo && tns run ios",
1011
"demo.android": "npm i && npm run tsc && cd demo && tns run android",

0 commit comments

Comments
 (0)