From 5fc25bbbbc4d834eea3ebfba0e5da14d0d1ff50e Mon Sep 17 00:00:00 2001 From: Ryan Martin Date: Fri, 22 Jun 2018 22:52:23 -0400 Subject: [PATCH] Attempt to fix build error Per https://github.com/aws/aws-sdk-js/issues/1977#issuecomment-374498757 --- buildspec.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/buildspec.yml b/buildspec.yml index 5a9ed7e..5970cbc 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -7,6 +7,7 @@ phases: - echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list - sudo apt-get update -y && sudo apt-get install -y yarn - yarn install --prod + - find ./node_modules -mtime +10950 -exec touch {} \; - aws cloudformation package --template-file ./resources/sam.yml --s3-bucket com.getbright.packages