Skip to content

Commit

Permalink
fix: resolve lint issues with changeset version scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 committed Apr 24, 2024
1 parent 696ffc3 commit c6a8416
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/changesets/version-beta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ pnpm changeset version && \
node scripts/changesets/update-snap-version.mjs && \
pnpm install --no-frozen-lockfile && \
pnpm build && \
pnpm lint:fix && \
git add --all && \
git commit -m "chore: update versions" && \
echo "Successfully updated beta version!" || \
Expand Down
1 change: 1 addition & 0 deletions scripts/changesets/version-stable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ pnpm changeset pre exit && \
node scripts/changesets/update-snap-version.mjs && \
pnpm install --no-frozen-lockfile && \
pnpm build && \
pnpm lint:fix && \
git add --all && \
git commit -m "chore: update versions" && \
echo "Successfully updated stable version!" || \
Expand Down

0 comments on commit c6a8416

Please sign in to comment.