added new shared library to jenkins build
parent
215b252f3f
commit
7deb5b7361
|
@ -7,6 +7,7 @@ pipeline {
|
|||
echo 'Building..'
|
||||
sh '''
|
||||
npm install
|
||||
ng build --project shared
|
||||
ng build --project globalnav
|
||||
ng build --project page-not-found
|
||||
ng build --project account
|
||||
|
|
Loading…
Reference in New Issue