diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index c0c12f6..ede007f 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -37,7 +37,7 @@ jobs: continue-on-error: true working-directory: . run: | - npm install --legacy-peer-deps + npm install --include prod dev optional peer --legacy-peer-deps npm publish --legacy-peer-deps --provenance env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}