5 lines
108 B
Plaintext
5 lines
108 B
Plaintext
|
stage ('storybook:build') {
|
||
|
sh 'npm run build:storybook'
|
||
|
sh 'mv storybook-static/ dist/storybook'
|
||
|
}
|