Skip to content

Commit

Permalink
ci: fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
ohager committed Feb 26, 2024
1 parent f75f65d commit de9f210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Build
run: yarn compiler
run: yarn compile
- name: Test
run: yarn test

0 comments on commit de9f210

Please sign in to comment.