Skip to content

Bump @mdi/font from 7.0.96 to 7.2.96 in /dashboard #2091

Bump @mdi/font from 7.0.96 to 7.2.96 in /dashboard

Bump @mdi/font from 7.0.96 to 7.2.96 in /dashboard #2091

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