Skip to content

Commit 2baab3d

Browse files
filipesilvahansl
authored andcommitted
fix(@angular-devkit/architect): don't allow additional properties in target schema
1 parent 20a8168 commit 2baab3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/angular_devkit/architect/src/targets-schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
}
2929
}
3030
},
31+
"additionalProperties": false,
3132
"required": [
3233
"builder",
3334
"options"

0 commit comments

Comments
 (0)