Skip to content

Commit 7714071

Browse files
committed
chore: lerna
1 parent 44d0c03 commit 7714071

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"plugin.prepare": "npm run tsc && cd demo && tns plugin remove @nativescript-community/ble && tns plugin add ../plugin",
1919
"clean.demo": "rimraf demo/hooks demo/node_modules demo/platforms",
2020
"ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**'",
21-
"publish": "ts-patch install && npm run build && lerna publish",
21+
"publish": "ts-patch install && npm run build && lerna publish --create-release=github",
2222
"commitmsg": "commitlint -e $GIT_PARAMS"
2323
},
2424
"repository": {
@@ -79,4 +79,4 @@
7979
"@commitlint/config-conventional"
8080
]
8181
}
82-
}
82+
}

0 commit comments

Comments
 (0)