pipeline {
agent {
node {
label 'master'
}
stages {
stage('Install') {
steps {
sh 'yarn'
stage('Build') {
sh 'npm run build:electron'