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`