Skip to content

Commit fa796a7

Browse files
committed
Add $id to schematic
1 parent 6b2c545 commit fa796a7

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

sample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@
7171
"tslint": "~6.1.3",
7272
"typescript": "~4.2.4"
7373
}
74-
}
74+
}

sample/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ global['WebSocket'] = require('ws');
1515
/* tslint:enable:no-string-literal */
1616

1717
// include the protos required to bundle firestore
18-
import 'dir-loader!./firestore-protos';
18+
// import 'dir-loader!./firestore-protos';
1919

2020
// The Express app is exported so that it can be used by serverless Functions.
2121
export function app() {

src/schematics/deploy/schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema",
3+
"$id": "FirebaseDeploySchema",
34
"id": "FirebaseDeploySchema",
45
"title": "Firebase Deploy",
56
"description": "Ng Deploy target options for Firebase.",

0 commit comments

Comments
 (0)