Skip to content

Commit

Permalink
ci(release-please): Prune npm-shrinkwrap before publishing
Browse files Browse the repository at this point in the history
Resolves #24
  • Loading branch information
RandomByte committed Mar 14, 2024
1 parent 4eb2f0b commit 808f3b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 808f3b4

Please sign in to comment.