diff --git a/.github/workflows/publish-dev.yml b/.github/workflows/publish-dev.yml index c63f08a..e421d14 100644 --- a/.github/workflows/publish-dev.yml +++ b/.github/workflows/publish-dev.yml @@ -20,7 +20,7 @@ jobs: registry-url: https://registry.npmjs.org/ - name: Install dependencies - run: npm ci --ignore-scripts + run: npm install - name: Publish run: |