WEBUI-32 storybook:build

This commit is contained in:
Primakov Alexandr Alexandrovich 2020-04-05 09:55:54 +03:00
parent 50c6d9337c
commit edcfe29f37
2 changed files with 8 additions and 0 deletions

4
build/storybook/Jenkinsfile vendored Normal file
View File

@ -0,0 +1,4 @@
stage ('storybook:build') {
sh 'npm run build:storybook'
sh 'mv storybook-static/ dist/storybook'
}

4
tests/collect_coverage/Jenkinsfile vendored Normal file
View File

@ -0,0 +1,4 @@
stage('collect coverage') {
sh 'mkdir -p dist/coverage'
sh 'mv coverage/lcov-report dist/coverage/html'
}