diff --git a/.github/workflows/publish-dev.yml b/.github/workflows/publish-dev.yml index 9c42870fe..29b52edf5 100644 --- a/.github/workflows/publish-dev.yml +++ b/.github/workflows/publish-dev.yml @@ -15,9 +15,10 @@ jobs: uses: actions/setup-node@v2 with: node-version: 14 + registry-url: https://registry.npmjs.org/ - name: Install dependencies - run: npm ci + run: npm ci --ignore-scripts - name: Publish run: |