Skip to content

Commit

Permalink
Fix bug with babel timestamp
Browse files Browse the repository at this point in the history
Similar to aws/aws-cli#2639
  • Loading branch information
Alexandre Djerbetian committed Sep 27, 2020
1 parent 739a061 commit 89f9c29
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ phases:
- npm test
build:
commands:
# Fix a bug with timestamps in Babel
- find node_modules/@babel ! -newermt "1980-01-01" | while read filename; do touch "$filename"; done


# Use AWS SAM to package the application using AWS CloudFormation
- aws cloudformation package --template template.yml --s3-bucket $S3_BUCKET --output-template template-export.yml

Expand Down

0 comments on commit 89f9c29

Please sign in to comment.