From 20a95cd4165b95b1ea324e8dffe35e68fe65281c Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Mon, 13 Jan 2020 10:07:45 +0000 Subject: [PATCH] changes reverted --- bitbucket-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index e7aa8ef..c2ad832 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -11,6 +11,6 @@ pipelines: caches: - node script: # Modify the commands below to build your repository. - - npm install --prefix ng8-seed - - npm install -g @angular/cli --prefix ng8-seed - - ng build --prod --prefix ng8-seed + - npm install + - npm install -g @angular/cli + - ng build --prod