Skip to content

Bump vue-tsc from 2.1.4 to 2.1.6 in /dashboard #2610

Bump vue-tsc from 2.1.4 to 2.1.6 in /dashboard

Bump vue-tsc from 2.1.4 to 2.1.6 in /dashboard #2610

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