From f52a8f5616966bbe9aa2b9b95ea7191cbdaf2d3a Mon Sep 17 00:00:00 2001 From: Wasim Bloch Date: Mon, 19 Nov 2018 11:15:52 +0530 Subject: [PATCH] Update buildspec.yml Added angular npm package to test --- buildspec.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildspec.yml b/buildspec.yml index cc4647c..1f4ab31 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -11,6 +11,8 @@ phases: - echo Installing source NPM dependencies... - npm install - npm install unit.js + # Added by Wasim to test npm package + - npm install angular build: commands: - echo Build started on `date`