Skip to content

Commit

Permalink
Add build (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamiroh authored Mar 5, 2023
1 parent 443a922 commit 445a851
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,14 @@ jobs:
run: pnpm install
- name: Run tsc
run: tsc --noEmit
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v2
with:
version: 6.0.2
- name: Install modules
run: pnpm install
- name: Run build
run: pnpm run build

0 comments on commit 445a851

Please sign in to comment.