Skip to content

Commit

Permalink
ci: changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfreska committed May 17, 2024
1 parent 520ea29 commit b3c9863
Show file tree
Hide file tree
Showing 2 changed files with 18,137 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
const path = './package.json';
const packageJson = JSON.parse(fs.readFileSync(path, 'utf8'));
packageJson.workspaces = ['hostd', 'renterd', 'walletd'];
console.log(JSON.stringify(packageJson, null, 2));
fs.writeFileSync(path, JSON.stringify(packageJson, null, 2));
# We only care about @changesets/cli and the package lock including the
# workspaces, but we just have to do a full install anyway.
Expand Down
Loading

0 comments on commit b3c9863

Please sign in to comment.