From 44c3e382cb27711c17fbfda7a761104164338e13 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Mon, 13 Jan 2020 09:27:53 +0000 Subject: [PATCH] bitbucket-pipelines.yml edited online with Bitbucket --- bitbucket-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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