Skip to content

Update typescript-eslint monorepo to v5.62.0 #185

Update typescript-eslint monorepo to v5.62.0

Update typescript-eslint monorepo to v5.62.0 #185

Workflow file for this run

name: "build"
on: pull_request
jobs:
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
steps:
# Setup node
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts/-1
- name: Install dependencies
run: |
npm install
- name: ESLint
run: |
npm run fix:eslint
- name: TSC & Vite build
run: |
npm run build