WEBUI-32 storybook:build
This commit is contained in:
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
stage ('storybook:build') {
|
||||
sh 'npm run build:storybook'
|
||||
sh 'mv storybook-static/ dist/storybook'
|
||||
}
|
||||
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
stage('collect coverage') {
|
||||
sh 'mkdir -p dist/coverage'
|
||||
sh 'mv coverage/lcov-report dist/coverage/html'
|
||||
}
|
||||
Reference in New Issue
Block a user