Skip to content

Commit a8da0c4

Browse files
nllongCopilot
andauthored
Bundle the hashes to prevent 404s (#113)
* bundle the hashes * Update .github/workflows/deploy.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e69f0a0 commit a8da0c4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Install and Build
2525
run: |
26-
npm install
26+
npm ci
2727
npm install @angular/cli > /dev/null
2828
npx ng build
2929

angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"with": "src/environments/environment.prod.ts"
8686
}
8787
],
88-
"outputHashing": "all"
88+
"outputHashing": "bundles"
8989
},
9090
"development": {
9191
"buildOptimizer": false,

0 commit comments

Comments
 (0)