Skip to content

Commit

Permalink
Use esbuild instead
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto committed Sep 28, 2020
1 parent 9604707 commit 491893b
Show file tree
Hide file tree
Showing 4 changed files with 6,967 additions and 9,488 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ jobs:
- name: Check formatting
run: yarn fmt:check

- name: Check lint
run: yarn lint

- name: Check type
run: yarn typecheck

- name: Ensure dist directory is up-to-date
if: runner.os == 'Linux'
shell: bash
Expand Down
Loading

0 comments on commit 491893b

Please sign in to comment.