We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e69f0a0 commit aab6c9aCopy full SHA for aab6c9a
2 files changed
.github/workflows/deploy.yml
@@ -23,9 +23,9 @@ jobs:
23
24
- name: Install and Build
25
run: |
26
- npm install
+ npm ci
27
npm install @angular/cli > /dev/null
28
- npx ng build
+ npx ng build --output-hashing=bundles
29
30
- name: Deploy Main Site
31
uses: JamesIves/github-pages-deploy-action@v4.7.3
angular.json
@@ -85,7 +85,7 @@
85
"with": "src/environments/environment.prod.ts"
86
}
87
],
88
- "outputHashing": "all"
+ "outputHashing": "bundles"
89
},
90
"development": {
91
"buildOptimizer": false,
0 commit comments