stage ('production build') {
    steps {
        sh 'npm run build:prod'
    }
}
