mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
TeamCity: add Hyperapp build
This commit is contained in:
parent
0d8f6b8cf3
commit
261108bf96
@ -14,7 +14,7 @@ enum class StorybookApp(val appName: String, val exampleDir: String, val merged:
|
||||
MITHRIL("Mithril", "mithril-kitchen-sink"),
|
||||
HTML("HTML", "html-kitchen-sink"),
|
||||
MARKO("Marko", "marko-cli"),
|
||||
MARKO("Hyperapp", "hyperapp-kitchen-sink", false);
|
||||
HYPERAPP("Hyperapp", "hyperapp-kitchen-sink", false);
|
||||
|
||||
val lowerName = appName.toLowerCase()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user