|
@ -8,7 +8,7 @@ pipeline { |
|
|
|
|
|
|
|
|
withEnv(['CI=false']) { //ignore warning |
|
|
withEnv(['CI=false']) { //ignore warning |
|
|
bat 'npm install' |
|
|
bat 'npm install' |
|
|
bat 'npm install -g firebase-tools' |
|
|
|
|
|
|
|
|
bat 'npm i -g firebase-tools -f' // force install |
|
|
bat 'npm run build' |
|
|
bat 'npm run build' |
|
|
bat 'firebase login' |
|
|
bat 'firebase login' |
|
|
} |
|
|
} |
|
|