Skip to content

Commit

Permalink
chore: use npm install -g yarn in buildspec (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Oct 21, 2019
1 parent 7a2633a commit 6a05a32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ phases:
runtime-versions:
nodejs: 10
commands:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.17.3
- export PATH="$HOME/.yarn/bin:$PATH"
- yarn
- npm install -g yarn
build:
commands:
- echo Building...
- yarn
- echo Executing unit tests
- yarn test
post_build:
Expand Down

0 comments on commit 6a05a32

Please sign in to comment.