Skip to content

Commit 2978092

Browse files
committed
[app] 8 - Refactors angular.json to remove 'deploy' configuration;
Fixes Error: @angular-devkit/build-angular:application (friendlychat:build:production) is not a recognized builder. Please check your angular.json From firebase/firebase-tools#7264
1 parent 5966127 commit 2978092

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

angular.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,7 @@
7878
"styles": ["src/styles.css"],
7979
"scripts": []
8080
}
81-
},
82-
"deploy": {
83-
"builder": "@angular/fire:deploy",
84-
"options": {
85-
"version": 2,
86-
"browserTarget": "friendlychat:build:production"
87-
}
88-
}
81+
}
8982
}
9083
}
9184
}

0 commit comments

Comments
 (0)