mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
remove fix node-sass (#1773)
This commit is contained in:
parent
ab23e60a98
commit
f803d55e12
1 changed files with 0 additions and 6 deletions
|
|
@ -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" }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue