Skip to content

Commit

Permalink
fix: prod build did not worked bc of missing cdk ref. Also fix exec p…
Browse files Browse the repository at this point in the history
…erms on scripts
  • Loading branch information
msari-ipe-ext-1 committed Sep 30, 2024
1 parent 0f51904 commit f63ce7d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ Thumbs.db
.nx/workspace-data

.angular
apps/backend/package-lock.json
Empty file modified build.sh
100644 → 100755
Empty file.
10 changes: 5 additions & 5 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"private": true,
"dependencies": {
"@angular/animations": "~18.2.0",
"@angular/cdk": "^18.2.6",
"@angular/common": "~18.2.0",
"@angular/compiler": "~18.2.0",
"@angular/core": "~18.2.0",
Expand Down
Empty file modified publish-local.sh
100644 → 100755
Empty file.

0 comments on commit f63ce7d

Please sign in to comment.