Skip to content

Commit 4a74efe

Browse files
committed
Updating the schematic builder
1 parent 9a671d5 commit 4a74efe

File tree

3 files changed

+3
-319
lines changed

3 files changed

+3
-319
lines changed

src/core/collection.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"schematics": {
44
"ng-add": {
55
"description": "Add firebase deploy schematic",
6-
"factory": "./schematics/index#ngAdd"
6+
"factory": "./schematics/public_api#ngAdd"
77
},
88
"ng-add-setup-firebase-deploy": {
99
"description": "Setup ng deploy",
10-
"factory": "./schematics/index#setupNgDeploy"
10+
"factory": "./schematics/public_api#setupNgDeploy"
1111
}
1212
}
1313
}

tools/build.js

Lines changed: 0 additions & 316 deletions
This file was deleted.

tools/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ async function compileSchematics() {
5858
return Promise.all([
5959
copy(src('core', 'builders.json'), dest('builders.json')),
6060
copy(src('core', 'collection.json'), dest('collection.json')),
61-
copy(src('schematics', 'deploy', 'schema.json'), dest('deploy', 'schema.json')),
61+
copy(src('schematics', 'deploy', 'schema.json'), dest('schematics', 'deploy', 'schema.json')),
6262
replaceSchematicVersions()
6363
]);
6464
}

0 commit comments

Comments
 (0)