Skip to content

Commit

Permalink
TeamCity: depend on HTML build
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypnosphi committed Apr 22, 2018
1 parent 51559e0 commit 9243827
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -14,7 +14,7 @@ enum class StorybookApp(val appName: String, val exampleDir: String, val branch:
ANGULAR("Angular", "angular-cli"),
POLYMER("Polymer", "polymer-cli"),
MITHRIL("Mithril", "mithril-kitchen-sink"),
HTML("HTML", "html-kitchen-sink", "pull/3475");
HTML("HTML", "html-kitchen-sink");

val lowerName = appName.toLowerCase()

Expand Down

0 comments on commit 9243827

Please sign in to comment.