diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a68ba8c..88bb8e2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,12 @@ jobs: with: node-version-file: ".nvmrc" - run: npm set '//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}' - - run: npm ci + - run: | + npm ci \ + --include-workspace-root \ + --omit=dev \ + --omit=peer \ + --omit=optional - run: npm run build - run: npm publish env: