Skip to content

Commit

Permalink
HK-49 fix ci lint
Browse files Browse the repository at this point in the history
  • Loading branch information
xWyvernPx committed Oct 1, 2023
1 parent ffbbb1a commit 2a95c5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- run:
name: "Install pnpm"
command: "sudo npm install -g pnpm"
- run:
name: "Install package"
command: "pnpm install"
- run:
name: "Linting"
command: "pnpm lint"
Expand Down

0 comments on commit 2a95c5f

Please sign in to comment.