Compare commits

...

2 Commits

Author SHA1 Message Date
a3b99ccd20 Merge remote-tracking branch 'origin/master' 2024-04-10 00:40:28 +03:00
5e7df3b8b3 fix not master branch build:prod 2024-04-09 23:57:42 +03:00

View File

@ -9,7 +9,7 @@ stage ('production build') {
sh "VERSION=${tagNoV} npm run build:prod"; sh "VERSION=${tagNoV} npm run build:prod";
} else { } else {
echo 'tag not found' echo 'tag not found'
sh "VERSION=master npm run build:prod" sh "VERSION=${branchName} npm run build:prod"
} }
sh 'ls dist'; sh 'ls dist';