TeamCity change in 'Open-source projects :: Storybook' project: runners of 'SBNext' build configuration were updated

This commit is contained in:
filipp.riabchun 2018-04-14 14:11:48 +00:00 committed by root
parent 244d3386aa
commit 8ae996b2a9

View File

@ -44,9 +44,9 @@ create("69382d9b-7791-418a-9ff6-1c83b86ed6b5", BuildType({
dockerImage = "node:latest"
}
script {
name = "Build (1)"
workingDir = "server"
scriptContent = "yarn build"
name = "Export"
workingDir = "demo"
scriptContent = "yarn export"
dockerImage = "node:latest"
}
}