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 09578c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildspec.yml
Expand Up @@ -7,6 +7,8 @@ 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
- ls $CODEBUILD_SRC_DIR
- find $CODEBUILD_SRC_DIR/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 09578c5

Please sign in to comment.