Skip to content

Commit aab6c9a

Browse files
committed
bundle the hashes
1 parent e69f0a0 commit aab6c9a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323

2424
- name: Install and Build
2525
run: |
26-
npm install
26+
npm ci
2727
npm install @angular/cli > /dev/null
28-
npx ng build
28+
npx ng build --output-hashing=bundles
2929
3030
- name: Deploy Main Site
3131
uses: JamesIves/github-pages-deploy-action@v4.7.3

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)