remove fix node-sass (#1773)

This commit is contained in:
Mike Arpaia 2018-05-08 18:17:00 -06:00 committed by GitHub
parent ab23e60a98
commit f803d55e12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,12 +12,6 @@ jobs:
- vendor-cache-{{ .Branch }}
- vendor-cache
- run:
name: "fix node-sass"
command: |
yarn remove node-sass
yarn add node-sass@latest
- run: make deps
- save_cache:
key: vendor-cache-{{ .Branch }}-{{ checksum "Gopkg.lock" }}