diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index b05ffdd..3b0b926 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -20,9 +20,6 @@ jobs: - name: Install and Build if: github.event.action != 'closed' # You might want to skip the build if the PR has been closed - run: | - npm install - npm run build - name: Deploy preview uses: rossjrw/pr-preview-action@v1