@ -39,11 +39,12 @@ jobs:
executor: node
steps:
- checkout
- <<: *check-formatting
- <<: *restore_cache
- <<: *install_node_modules
- run:
name: Build
command: yarn format:check && yarn run build
command: yarn run build
- persist_to_workspace:
root: ./
paths: