Skip to content

Commit

Permalink
fix: #32 pin latest known working version
Browse files Browse the repository at this point in the history
  • Loading branch information
heitorlessa committed Aug 23, 2019
1 parent 8fc73b4 commit cb0f14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amplify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ backend:
phases:
preBuild:
commands:
- npm install -g @aws-amplify/cli # install latest amplify-CLI
- npm install -g @aws-amplify/cli@1.12.0 # pinned known working version
- make init # install OS packages and dev tools (awscli, sam-cli, linters, etc.)
build:
commands:
Expand Down

0 comments on commit cb0f14c

Please sign in to comment.