Skip to content

Commit b6ae7d3

Browse files
committed
chore: lerna
1 parent 38dce3f commit b6ae7d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"demo.ng.android.watch": "npm run build && npm run plugin.tscwatch && cd demo-angular && tns run android --syncAllFiles",
1818
"demo.ng.reset": "cd ../demo-angular && rimraf platforms",
1919
"plugin.prepare": "npm run build && cd demo-angular && tns plugin remove @nativescript-community/ui-image && tns plugin add ../plugin && cd ../demo && tns plugin remove @nativescript-community/ui-image && tns plugin add ../plugin",
20-
"publish": "npm run setup && npm run build && npm run build.angular && lerna publish --create-release=github",
20+
"publish": "npm run setup && npm run build && npm run build.angular && lerna publish --create-release=github --force-publish",
2121
"commitmsg": "commitlint -e $GIT_PARAMS"
2222
},
2323
"devDependencies": {

0 commit comments

Comments
 (0)