EK: delete npm
This commit is contained in:
parent
456e2a7cdf
commit
f6e0f7dcdb
|
@ -8,10 +8,6 @@ pipeline {
|
|||
stage('Build static content') {
|
||||
steps {
|
||||
sh '''
|
||||
npm install
|
||||
npm run build
|
||||
pwd
|
||||
echo
|
||||
docker build --progress=plain -t bbuddy/bbuddy_ui:latest .
|
||||
'''
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue