WEBUI-32 storybook:build
This commit is contained in:
parent
50c6d9337c
commit
edcfe29f37
4
build/storybook/Jenkinsfile
vendored
Normal file
4
build/storybook/Jenkinsfile
vendored
Normal 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
4
tests/collect_coverage/Jenkinsfile
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
stage('collect coverage') {
|
||||||
|
sh 'mkdir -p dist/coverage'
|
||||||
|
sh 'mv coverage/lcov-report dist/coverage/html'
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user