Use on-the-fly transpiling with esmo (#562)

This commit is contained in:
Max Isom 2022-03-12 20:38:33 -05:00 committed by GitHub
parent db88e39c76
commit a60bde8d5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 184 additions and 207 deletions

View file

@ -1,4 +1,4 @@
name: Lint & build
name: Lint
on:
push:
@ -6,7 +6,7 @@ on:
jobs:
build:
name: Lint & build
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
@ -28,5 +28,3 @@ jobs:
run: yarn prisma generate
- name: Run lint
run: yarn lint
- name: Build
run: yarn build