Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Commit dc64b0a

Browse files
alan-agius4CaerusKaru
authored andcommitted
fix: update angular cli schema path (#642)
1 parent ccf722c commit dc64b0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

angular.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "./node_modules/@angular-devkit/core/src/workspace/workspace-schema.json",
2+
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
33
"version": 1,
44
"newProjectRoot": "projects",
55
"projects": {
@@ -179,4 +179,4 @@
179179
"spec": false
180180
}
181181
}
182-
}
182+
}

0 commit comments

Comments
 (0)