stage ('storybook:build') {
    sh 'npm run build:storybook'
    sh 'mv storybook-static/ dist/storybook'
}