stage ('production build') {
    sh 'npm run build:prod';
    sh 'ls dist';
}