From 03e87afada3d46bb735a6d4fb2d520eb969ffdf9 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Mon, 13 Jan 2020 09:42:36 +0000 Subject: [PATCH] editted for script changes --- bitbucket-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index c2ad832..e7aa8ef 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 - - npm install -g @angular/cli - - ng build --prod + - npm install --prefix ng8-seed + - npm install -g @angular/cli --prefix ng8-seed + - ng build --prod --prefix ng8-seed