bitbucket-pipelines.yml edited online with Bitbucket

This commit is contained in:
gandhimathi 2020-01-13 09:27:53 +00:00
parent eb227bf070
commit 44c3e382cb

View File

@ -12,4 +12,5 @@ pipelines:
- node
script: # Modify the commands below to build your repository.
- npm install
- npm test
- npm install -g @angular/cli
- ng build --prod