Skip to content

Commit f815de6

Browse files
fix(qwik-nx): fix the name of the required name prop of preset generator (#79)
1 parent d81ecdc commit f815de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/qwik-nx/src/generators/preset/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@
7373
"default": "none"
7474
}
7575
},
76-
"required": ["name"]
76+
"required": ["qwikAppName"]
7777
}

0 commit comments

Comments
 (0)