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 071154d commit 208de2cCopy full SHA for 208de2c
package.json
@@ -5,6 +5,7 @@
5
"tsc": "cp src/nssentry.d.ts plugin && tsc -skipLibCheck",
6
"build": "cp README.md plugin/ && npm run tsc",
7
"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",
9
"commitmsg": "commitlint -e $GIT_PARAMS",
10
"demo.ios": "npm i && npm run tsc && cd demo && tns run ios",
11
"demo.android": "npm i && npm run tsc && cd demo && tns run android",
0 commit comments