diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 2df026f81..80e679b77 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -37,6 +37,10 @@ jobs: run: npm ci - name: Run build run: npm run build + - name: Pruning devDependencies + run: npm prune --production + - name: Updating npm-shrinkwrap.json + run: npm shrinkwrap - name: Publish to NPM env: NPM_TOKEN: ${{secrets.NPM_UI5BOT}}