Skip to content

Commit

Permalink
Esbuild in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Aug 20, 2023
1 parent 7024519 commit 63c6908
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
cache: 'yarn'
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Esbuild
run: yarn esbuild
- name: Build
run: yarn setup
- name: Zip artifacts
Expand Down

0 comments on commit 63c6908

Please sign in to comment.