Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/prod-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,9 @@ jobs:
node-version: 'lts/*'
registry-url: 'https://registry.npmjs.org'

# Ensure npm 11.5.1 or later is installed
- name: Update npm
run: npm install -g npm@latest
- run: npm ci --unsafe-perm
- run: npm ci
- run: npm run build --if-present
- run: npx lerna publish from-package --yes --dist-tag "$DIST_TAG"
Comment thread
lucasmcdonald3 marked this conversation as resolved.
env:
Expand Down
Loading