Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Delete vercel.json #411

Delete vercel.json

Delete vercel.json #411

Workflow file for this run

name: Build project
on: [ push, pull_request ]
jobs:
build:
# Only run on PRs if the source branch is on someone else's repo
if: "${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install deps
run: yarn
- name: Build project
run: yarn build