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 dd527b7 commit a3fea77Copy full SHA for a3fea77
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",
+ "publish": "npm run build && lerna publish --create-release=github",
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",
@@ -57,4 +57,4 @@
57
"@commitlint/config-conventional"
58
]
59
}
60
-}
+}
0 commit comments