Swapped to npm to avoid yarn Buffer() security errors

This commit is contained in:
Richard Davey 2018-04-26 15:12:25 +01:00
parent b421499b89
commit 10a5961a96

View file

@ -11,6 +11,6 @@ env:
- TERM=dumb
script:
- yarn install
- yarn run lint
- yarn run build
- npm install
- npm run lint
- npm run build