Skip to content

Commit

Permalink
chore: remove yarn install from buildspec (#1029)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Mar 23, 2020
1 parent 0f786a0 commit 20f2cf7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ phases:
install:
runtime-versions:
nodejs: 10
commands:
- npm install -g yarn
build:
commands:
- echo Building...
Expand Down

0 comments on commit 20f2cf7

Please sign in to comment.