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