Browse Source

add firebase login

main
william 3 days ago
parent
commit
75feb9fbd9
  1. 3
      Jenkinsfile

3
Jenkinsfile

@ -8,12 +8,15 @@ pipeline {
withEnv(['CI=false']) { //ignore warning
bat 'npm install'
bat 'npm install firebase-tools'
bat 'npm run build'
}
bat '''
echo %cd%
dir
firebase login
firebase init
'''
}
}

Loading…
Cancel
Save