Skip to content

Commit

Permalink
fixed pnpm run type-refresh needing to have a working directory set
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored May 21, 2024
1 parent 8798565 commit 09a921d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
args: [--frozen-lockfile, --strict-peer-dependencies]
- args: [--global, openapi-format]
- run: pnpm run type-refresh
working-directory: webclient
- name: Setup Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 09a921d

Please sign in to comment.