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