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 dbfd37b commit 6a33b34
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ env:
phases:
install:
commands:
- npm install -g n
- n latest
- sudo apt-get install -y nodejs npm
- sudo npm cache clean
- sudo npm install -g n
- sudo n stable
- sudo ln -sf /usr/local/bin/node /usr/bin/node
- sudo apt-get purge -y nodejs npm
- npm update -g npm
- npm install
- npm -g install aws-sam-local
- npm -g install node-jq
- python -m venv .
Expand Down

0 comments on commit 6a33b34

Please sign in to comment.