Skip to content

Commit

Permalink
build: publish directive-functions-plugin & `server-functions-plugi…
Browse files Browse the repository at this point in the history
…n` (#3172)

RELEASE_ALL
  • Loading branch information
SeanCassiere authored Jan 15, 2025
1 parent e7a13d3 commit b0d73fb
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions scripts/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,21 @@ await publish({
packageDir: 'packages/react-cross-context',
},
{
name: '@tanstack/start',
packageDir: 'packages/start',
name: '@tanstack/directive-functions-plugin',
packageDir: 'packages/directive-functions-plugin',
},
{
name: '@tanstack/server-functions-plugin',
packageDir: 'packages/server-functions-plugin',
},
{
name: '@tanstack/start-plugin',
packageDir: 'packages/start-plugin',
},
{
name: '@tanstack/start',
packageDir: 'packages/start',
},
{
name: '@tanstack/create-router',
packageDir: 'packages/create-router',
Expand Down

0 comments on commit b0d73fb

Please sign in to comment.