Skip to content

Commit

Permalink
Fix working directory of publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
Stormheg committed Oct 28, 2024
1 parent 11a6905 commit 8053438
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@ jobs:
node-version: 20

- name: Install Node dependencies
working-directory: ./client
run: |
yarn install --frozen-lockfile
- name: Compile JavaScript
working-directory: ./client
run: |
yarn build
Expand Down

0 comments on commit 8053438

Please sign in to comment.