Update config.yml

This commit is contained in:
phntxx 2021-06-14 11:30:46 +02:00
parent dce45f49d7
commit da71b4b37f

View file

@ -32,7 +32,7 @@ jobs:
command: | command: |
yarn lint yarn lint
frontend: dashboard:
docker: docker:
- image: node:latest - image: node:latest
steps: steps:
@ -52,6 +52,7 @@ jobs:
workflows: workflows:
version: 2 version: 2
tilt: dashboard:
jobs: jobs:
- style - style
- dashboard