@@ -128,7 +128,7 @@ pipeline {
sh 'npm install'
}
- stage('Static check') {
+ stage('Static Check') {
parallel {
stage('eslint') {
steps {
@@ -137,7 +137,7 @@ pipeline {
- stage('YARN build') {
+ stage('Build') {
sh 'npm run build:prod'