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 10952f3 commit 6d5f746Copy full SHA for 6d5f746
package.json
@@ -4,7 +4,7 @@
4
"scripts": {
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",
+ "publish": "npm run build && lerna publish --create-release=github --force-publish",
8
"commitmsg": "commitlint -e $GIT_PARAMS",
9
"demo.ios": "npm i && npm run tsc && cd demo && tns run ios",
10
"demo.android": "npm i && npm run tsc && cd demo && tns run android",
0 commit comments