Skip to content

Commit

Permalink
fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
gabro committed May 2, 2024
1 parent b98e894 commit 67f3ad5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"cli": {
"schematicCollections": [
"@angular-eslint/schematics"
]
],
"analytics": false
}
}
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,5 @@
"ng-packagr": "^17.3.0",
"storybook": "^8.0.9",
"typescript": "~5.4.2"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/buildo"
}
}
3 changes: 3 additions & 0 deletions projects/layout-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
"sideEffects": false,
"devDependencies": {
"prettier": "3.2.5"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/buildo"
}
}

0 comments on commit 67f3ad5

Please sign in to comment.