no electron

This commit is contained in:
2020-09-26 14:28:11 +03:00
parent a95d65df28
commit 1f078138c9
3 changed files with 25 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
stage ('build') {
sh 'npm run build'
try {
sh 'npm run build'
} catch (error) {
echo error
}
}