Skip to content

Commit 12a80be

Browse files
committed
Step 1 - Update to the latest schema reference.
1 parent 4558029 commit 12a80be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libs/nx-angular-mf/src/builders/build/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://json-schema.org/schema",
2+
"$schema": "http://json-schema.org/draft-07/schema#",
33
"version": 2,
44
"title": "Build executor",
55
"description": "",

libs/nx-angular-mf/src/builders/serve/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://json-schema.org/schema",
2+
"$schema": "http://json-schema.org/draft-07/schema#",
33
"version": 2,
44
"title": "Serve executor",
55
"description": "",

0 commit comments

Comments
 (0)