Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SamR1 committed Aug 6, 2023
1 parent 72ce865 commit cfd86f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/.tests-javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@ jobs:
working-directory: ${{env.working-directory}}
run: |
npm install --global yarn
yarn install --ignore-engines
yarn install
- name: Lint
working-directory: ${{env.working-directory}}
run: yarn lint
- name: Type check
working-directory: ${{env.working-directory}}
run: yarn type-check
- name: Build
working-directory: ${{env.working-directory}}
run: yarn build

0 comments on commit cfd86f0

Please sign in to comment.