From 866ebce95b2b43ca21d095c4af7f46d41a2a03d3 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Tue, 14 Jan 2020 05:24:24 +0000 Subject: [PATCH] Double the pipelines in yml file edited online with Bitbucket --- bitbucket-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 05de41e0e..72393e026 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -11,6 +11,7 @@ pipelines: - step: caches: - node + size: 2x # Double resources available for this step. script: # Modify the commands below to build your repository. - cd ng6-seed - npm install