Skip to content

Commit

Permalink
chore: fix cyclic dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gfellerph committed Apr 26, 2024
1 parent 73d1e93 commit c2fbf88
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 17 deletions.
1 change: 0 additions & 1 deletion packages/intranet-header-workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"scripts": {
"clean": "rimraf dist",
"start": "ng serve --port 9320",
"build": "ng build intranet-header",
"lint": "ng lint"
},
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"access": "public",
"linkDirectory": true
},
"scripts": {
"build": "cd .. && ng build intranet-header"
},
"dependencies": {
"@swisspost/design-system-styles": "workspace:7.0.0",
"tslib": "2.6.2"
},
"devDependencies": {
"@swisspost/design-system-intranet-header-workspace": "workspace:3.0.12"
}
}
23 changes: 10 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c2fbf88

Please sign in to comment.