Skip to content

Commit

Permalink
ci: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
imranbarbhuiya committed Oct 25, 2024
1 parent 3cae2b5 commit ed7a5ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
registry-url: https://registry.npmjs.org/
- name: Install Dependencies
run: yarn --immutable
- name: Build
run: yarn build
- name: Run ESLint
run: yarn lint --fix=false

Expand All @@ -42,5 +44,7 @@ jobs:
registry-url: https://registry.npmjs.org/
- name: Install Dependencies
run: yarn --immutable
- name: Build
run: yarn build
- name: Typecheck And Build Code
run: yarn typecheck && yarn build

0 comments on commit ed7a5ae

Please sign in to comment.