mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-20 05:02:37 +08:00
TeamCity change in 'Storybook' project: parameters of 'Build' build configuration were updated
This commit is contained in:
parent
658585bd09
commit
c55a585e40
10
.teamcity/patches/buildTypes/Build.kts
vendored
10
.teamcity/patches/buildTypes/Build.kts
vendored
@ -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!!)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user