Skip to content

Commit 67f3ad5

Browse files
committed
fix publishing
1 parent b98e894 commit 67f3ad5

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Diff for: angular.json

+2-1
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
}

Diff for: package.json

-3
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
}

Diff for: projects/layout-components/package.json

+3
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)