Skip to content

Commit

Permalink
chore: reorganize build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
gfellerph committed Apr 26, 2024
1 parent 5780309 commit 2a786c2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/intranet-header-workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"clean": "rimraf dist",
"start": "ng serve --port 9320",
"build": "ng build intranet-header",
"lint": "ng lint"
},
"dependencies": {
Expand All @@ -20,7 +21,6 @@
"@angular/router": "17.3.3",
"@ng-bootstrap/ng-bootstrap": "16.0.0",
"@popperjs/core": "2.11.8",
"@swisspost/design-system-intranet-header": "workspace:7.0.0",
"@swisspost/design-system-styles": "workspace:7.0.0",
"rxjs": "7.8.1",
"tslib": "2.6.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"dependencies": {
"@swisspost/design-system-intranet-header": "workspace:7.0.0"
}
}
9 changes: 6 additions & 3 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 2a786c2

Please sign in to comment.