Skip to content

Bump @typescript-eslint/parser from 5.60.1 to 5.61.0 in /dashboard #2029

Bump @typescript-eslint/parser from 5.60.1 to 5.61.0 in /dashboard

Bump @typescript-eslint/parser from 5.60.1 to 5.61.0 in /dashboard #2029

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