diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1bba191..f9f1adc 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,7 +32,7 @@ jobs: - name: Install dependencies and build Assets run: | composer install --no-dev --prefer-dist - npm install + npm ci --ignore-scripts npm run package - name: Generate readme.txt