diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 006d95b..c2ad832 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -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