diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2a56be4..47c5e60 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,10 +19,9 @@ jobs: - name: Install dependencies run: | - npm install - npm run build cd examples npm install + npm install three-custom-shader-material@next npm run build - name: Upload production-ready build files