no electron
This commit is contained in:
6
build/dev/Jenkinsfile
vendored
6
build/dev/Jenkinsfile
vendored
@@ -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