Skip to content

Commit

Permalink
fix: RELEASE_ALL
Browse files Browse the repository at this point in the history
RELEASE_ALL
  • Loading branch information
tannerlinsley committed Jan 22, 2025
1 parent 85f5a85 commit 678b72f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,14 @@ await publish({
name: '@tanstack/start',
packageDir: 'packages/start',
},
{
name: '@tanstack/start-client',
packageDir: 'packages/start-client',
},
{
name: '@tanstack/start-server',
packageDir: 'packages/start-server',
},
{
name: '@tanstack/create-router',
packageDir: 'packages/create-router',
Expand Down

0 comments on commit 678b72f

Please sign in to comment.