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 44d0c03 commit 7714071Copy full SHA for 7714071
package.json
@@ -18,7 +18,7 @@
18
"plugin.prepare": "npm run tsc && cd demo && tns plugin remove @nativescript-community/ble && tns plugin add ../plugin",
19
"clean.demo": "rimraf demo/hooks demo/node_modules demo/platforms",
20
"ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**'",
21
- "publish": "ts-patch install && npm run build && lerna publish",
+ "publish": "ts-patch install && npm run build && lerna publish --create-release=github",
22
"commitmsg": "commitlint -e $GIT_PARAMS"
23
},
24
"repository": {
@@ -79,4 +79,4 @@
79
"@commitlint/config-conventional"
80
]
81
}
82
-}
+}
0 commit comments