no electron
This commit is contained in:
Vendored
+5
-1
@@ -1,3 +1,7 @@
|
||||
stage ('build') {
|
||||
sh 'npm run build'
|
||||
try {
|
||||
sh 'npm run build'
|
||||
} catch (error) {
|
||||
echo error
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user