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: caches:
- node - node
script: # Modify the commands below to build your repository. script: # Modify the commands below to build your repository.
- npm install - npm install --prefix ng8-seed
- npm install -g @angular/cli - npm install -g @angular/cli --prefix ng8-seed
- ng build --prod - ng build --prod --prefix ng8-seed