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:09:38 +00:00 committed by root
parent c41484e7e0
commit 1f2623013d

View File

@ -28,8 +28,8 @@ create("69382d9b-7791-418a-9ff6-1c83b86ed6b5", BuildType({
dockerImage = "node:latest"
}
script {
name = "Install (1)"
scriptContent = "yarn"
name = "Lint"
scriptContent = "yarn lint"
dockerImage = "node:latest"
}
}