Skip to content

Commit 67f3ad5

Browse files
committed
fix publishing
1 parent b98e894 commit 67f3ad5

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

angular.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
"cli": {
8080
"schematicCollections": [
8181
"@angular-eslint/schematics"
82-
]
82+
],
83+
"analytics": false
8384
}
8485
}

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,5 @@
5858
"ng-packagr": "^17.3.0",
5959
"storybook": "^8.0.9",
6060
"typescript": "~5.4.2"
61-
},
62-
"publishConfig": {
63-
"registry": "https://npm.pkg.github.com/buildo"
6461
}
6562
}

projects/layout-components/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@
1111
"sideEffects": false,
1212
"devDependencies": {
1313
"prettier": "3.2.5"
14+
},
15+
"publishConfig": {
16+
"registry": "https://npm.pkg.github.com/buildo"
1417
}
1518
}

0 commit comments

Comments
 (0)