TeamCity change in 'Storybook' project: parameters of 'Build' build configuration were updated

This commit is contained in:
Filipp.Riabchun 2020-02-12 18:01:22 +00:00 committed by teamcity
parent 658585bd09
commit c55a585e40

View File

@ -22,6 +22,16 @@ changeBuildType(RelativeId("Build")) {
}
artifactRules = ""
params {
add {
param("script", """
yarn install
yarn repo-dirty-check
yarn bootstrap --core
""".trimIndent())
}
}
vcs {
remove(DslContext.settingsRoot.id!!)
}