Skip to content

Commit 3743432

Browse files
authored
Merge branch 'develop' into clare/allow_dependabot_prs_to_run_checks
2 parents 7c4577a + ddd59bc commit 3743432

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

.github/actions/deploy-to-gh-pages-action/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
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

angular.json

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@
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": [
@@ -50,8 +49,7 @@
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": {
@@ -74,12 +72,6 @@
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",

0 commit comments

Comments
 (0)