more global variables

This commit is contained in:
2020-03-04 19:41:58 +03:00
parent 7d73129731
commit 55a346c526
8 changed files with 26 additions and 14 deletions

View File

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