Skip to content

Commit

Permalink
Attempt to fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
rlmartin committed Jun 23, 2018
1 parent aa4bc22 commit 5fc25bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildspec.yml
Expand Up @@ -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
Expand Down

0 comments on commit 5fc25bb

Please sign in to comment.