This commit is contained in:
2020-03-02 22:47:41 +03:00
parent b72fecbbec
commit 7d73129731
11 changed files with 76 additions and 61 deletions

View File

@@ -1,5 +1,3 @@
stage ('production build') {
steps {
sh 'npm run build'
}
sh 'npm run build'
}

View File

@@ -1,5 +1,3 @@
stage ('production build') {
steps {
sh 'npm run build:prod'
}
sh 'npm run build:prod'
}