hashtag no parents

This commit is contained in:
Brendan Forster 2018-02-22 10:06:24 +10:30
parent 5c5ad0bfcd
commit c090ebcf3f

View file

@ -24,9 +24,8 @@ dependencies:
- brew install node@8 --force
# everything is terrible, but we must march on
- brew link --overwrite node@8 --force
# this isn't the recommended way but some dependencies don't
# yet have native bindings for Node 9.2.1
- brew install yarn
# workaround for yarn installation issue
- curl -o- -L https://yarnpkg.com/install.sh | TERM=xterm bash
override:
- yarn install --force