Use yarn build rather than bare TSC in CI

pull/8/head
Skyler 3 years ago committed by GitHub
parent 0703d86b95
commit 0180851f18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3
- run: yarn install --immutable
- name: Compile
run: tsc
run: yarn build
- name: Run eslint
uses: mrdivyansh/eslint-action@v1.0.7
- name: Run prettier

Loading…
Cancel
Save