Skip to content

Commit

Permalink
Merge branch 'master' into dp/hardcoded-snippets-typegen
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhaiwat10 authored Nov 3, 2023
2 parents cf36fa3 + c07b065 commit 08c973d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/light-zebras-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion scripts/changeset-version-with-docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { execSync } from 'child_process';
(() => {
// Commit versions generated at pre-build step
execSync(`pnpm -C packages/versions prebuild`);
execSync(`git add packages/versions/src/lib/getSupportedVersions.ts`);
execSync(`git add packages/versions/src/lib/getBuiltinVersions.ts`);
execSync(`git commit -m"ci(scripts): update versions"`);

// run changeset version
Expand Down

0 comments on commit 08c973d

Please sign in to comment.