Skip to content

Commit

Permalink
ci(dotfiles): 🐛 use pnpm install --no-frozen-lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed Feb 19, 2024
1 parent fe4f614 commit 75fdf60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
registry-url: ${{ env.MY_NPM_REGISTRY }}
- run: pnpm install --frozen-lockfile
- run: pnpm install --no-frozen-lockfile
- run: pnpm run build

publish:
Expand All @@ -37,7 +37,7 @@ jobs:
with:
node-version: 21.x
registry-url: ${{ env.MY_NPM_REGISTRY }}
- run: pnpm install --frozen-lockfile # Only if necessary
- run: pnpm install --no-frozen-lockfile # Only if necessary
- name: Publish to NPM
run: pnpm publish --access public --tag latest --no-git-checks
env:
Expand Down

0 comments on commit 75fdf60

Please sign in to comment.