editted for script changes

This commit is contained in:
gandhimathi 2020-01-13 09:42:36 +00:00
parent 44c3e382cb
commit 03e87afada

View File

@ -11,6 +11,6 @@ pipelines:
caches:
- node
script: # Modify the commands below to build your repository.
- npm install
- npm install -g @angular/cli
- ng build --prod
- npm install --prefix ng8-seed
- npm install -g @angular/cli --prefix ng8-seed
- ng build --prod --prefix ng8-seed