bitbucket-pipelines.yml edited online with Bitbucket
This commit is contained in:
parent
eb227bf070
commit
44c3e382cb
@ -12,4 +12,5 @@ pipelines:
|
|||||||
- node
|
- node
|
||||||
script: # Modify the commands below to build your repository.
|
script: # Modify the commands below to build your repository.
|
||||||
- npm install
|
- npm install
|
||||||
- npm test
|
- npm install -g @angular/cli
|
||||||
|
- ng build --prod
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user