Skip to content

Commit 89cce2f

Browse files
committed
Fix pre-commit
1 parent 26845c5 commit 89cce2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/.json-schemas/base/frontend-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"profiles": {
1010
"type": "array",
11-
"items": [{ "enum": ["jvm", "native"] }]
11+
"items": [{ "enum": ["jvm", "native", "frontend"] }]
1212
},
1313
"environment": {
1414
"type": "array",

0 commit comments

Comments
 (0)