Skip to content

Commit

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

- name: Install Node dependencies
working-directory: ./client
run: |
npm ci
- name: Compile JavaScript
working-directory: ./client
run: |
npm run build
Expand Down

0 comments on commit 759cf7e

Please sign in to comment.