diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b6e8786..a046127 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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