Skip to content

Commit

Permalink
πŸ’š fix running the linting and formatting command
Browse files Browse the repository at this point in the history
  • Loading branch information
drieshooghe committed Apr 25, 2023
1 parent 68c9963 commit f4cd6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
command: docker ps
- run:
name: linting and formatting
command: pnpm ci
command: pnpm run ci
- run:
name: test
command: pnpm test:ci
Expand Down

0 comments on commit f4cd6d9

Please sign in to comment.