Compare commits

..

No commits in common. "a3b99ccd202bc362bef92bb88ae1a018df1e7c13" and "3f690a6b74db667479ce2a3d6b6bf2ee88985c05" have entirely different histories.

View File

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