Skip to content

Commit

Permalink
ci: add --no-frozen-lockfile to version workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 committed Aug 31, 2023
1 parent dc0df3a commit c0a8502
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/changesets/version-beta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ echo "Updating beta version..."

pnpm changeset version && \
node scripts/changesets/update-snap-version.mjs && \
pnpm install && \
pnpm install --no-frozen-lockfile && \
pnpm build && \
git add --all && \
git commit -m "chore: update versions" && \
Expand Down
2 changes: 1 addition & 1 deletion scripts/changesets/version-stable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ echo "Updating stable version..."
pnpm changeset pre exit && \
node scripts/changesets/version-stable.mjs $1 && \
node scripts/changesets/update-snap-version.mjs && \
pnpm install && \
pnpm install --no-frozen-lockfile && \
pnpm build && \
git add --all && \
git commit -m "chore: update versions" && \
Expand Down

0 comments on commit c0a8502

Please sign in to comment.