Skip to content

Commit 72da1b1

Browse files
committed
@angular/fire:deploy, not ng-deploy
1 parent fdde4d7 commit 72da1b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schematics/ng-add.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export function ngAdd(tree: Tree, options: NgAddOptions) {
157157
const outputPath = project.architect.build.options.outputPath;
158158

159159
project.architect['deploy'] = {
160-
builder: 'ng-deploy:deploy',
160+
builder: '@angular/fire:deploy',
161161
options: {}
162162
};
163163

0 commit comments

Comments
 (0)