diff --git a/Jenkinsfile b/Jenkinsfile index bac2807..60c8377 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,11 +10,11 @@ pipeline { bat 'npm install' bat 'npm i -g firebase-tools -f' // force install bat 'npm run build' - bat 'npx firebase login --token 1//01qpBX7fJp_MkCgYIARAAGAESNwF-L9IrxNCVYfwDg6jE_bhT0-ja1yQGO1Wxn2mFd8cH1O15uC8Nv2b1NXpEp8-oQXdabUXLJqM' - bat 'npx firebase init' } bat ''' + npx firebase login --token 1//01qpBX7fJp_MkCgYIARAAGAESNwF-L9IrxNCVYfwDg6jE_bhT0-ja1yQGO1Wxn2mFd8cH1O15uC8Nv2b1NXpEp8-oQXdabUXLJqM + npx firebase init echo %cd% dir '''