Skip to content

Commit c0d19ae

Browse files
committed
chore: prepare
1 parent a203913 commit c0d19ae

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
},
1111
"scripts": {
1212
"setup": "ts-patch install",
13+
"prepare": "npm run setup",
1314
"publish": "npm run setup && npm run build.all && lerna publish --create-release=github",
1415
"build": "lerna run build",
1516
"build.angular": "lerna run build.angular",

packages/activityindicator/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"url": "https://github.com/nativescript-community/ui-material-components/tree/master/packages/activityindicator"
4242
},
4343
"readmeFilename": "README.md",
44+
"homepage": "https://nativescript-community.github.io/ui-material-components/modules/_nativescript_community_ui_material_activityindicator.html",
4445
"dependencies": {
4546
"@nativescript-community/ui-material-core": "^5.1.6"
4647
},

0 commit comments

Comments
 (0)