executor: node
steps:
- checkout
- restore_yarn_cache
- run:
name: Install UI dependencies
command: |
cd ui
yarn install
npm rebuild node-sass
- save_yarn_cache