Skip to content

Bump vuetify from 3.7.1 to 3.7.2 in /dashboard #2592

Bump vuetify from 3.7.1 to 3.7.2 in /dashboard

Bump vuetify from 3.7.1 to 3.7.2 in /dashboard #2592

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install and Build
run: |
cd dashboard
yarn install
yarn build