Skip to content

Commit

Permalink
update buildspec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cm-wada-yusuke committed Mar 7, 2018
1 parent 9ee76ee commit 1bfc180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
phases:
install:
commands:
- sudo apt-get install jq
- sudo curl -o /usr/local/bin/jq -L https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64 && sudo chmod +x /usr/local/bin/jq
- curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
- sudo apt-get install -y nodejs
- sudo npm cache clean --force
Expand Down

0 comments on commit 1bfc180

Please sign in to comment.