File tree Expand file tree Collapse file tree 2 files changed +5
-13
lines changed
.github/actions/deploy-to-gh-pages-action Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Original file line number Diff line number Diff line change 4343 - name : Npm install extras
4444 shell : bash
4545 run : |
46- npm install -g @angular/cli@11 .2.12
46+ npm install -g @angular/cli@19 .2.13
4747 npm install -g workbox-cli@3.6.3
4848 npm install
4949
Original file line number Diff line number Diff line change 1111 "schematics" : {},
1212 "architect" : {
1313 "build" : {
14- "builder" : " @angular-devkit/build-angular:application " ,
14+ "builder" : " @angular-devkit/build-angular:browser " ,
1515 "options" : {
16- "outputPath" : {
17- "base" : " dist/open-voice-factory"
18- },
16+ "outputPath" : " dist/open-voice-factory" ,
1917 "index" : " src/index.html" ,
18+ "main" : " src/main.ts" ,
2019 "polyfills" : [" zone.js" ],
2120 "tsConfig" : " src/tsconfig.app.json" ,
2221 "assets" : [
5049 "extractLicenses" : false ,
5150 "sourceMap" : true ,
5251 "optimization" : false ,
53- "namedChunks" : true ,
54- "browser" : " src/main.ts"
52+ "namedChunks" : true
5553 },
5654 "configurations" : {
5755 "production" : {
7472 "extractLicenses" : true
7573 },
7674 "staging" : {
77- "budgets" : [
78- {
79- "type" : " any" ,
80- "maximumWarning" : " 6kb"
81- }
82- ],
8375 "fileReplacements" : [
8476 {
8577 "replace" : " src/environments/environment.ts" ,
You can’t perform that action at this time.
0 commit comments