Skip to content

Commit 0ff716a

Browse files
committed
add publish
1 parent 7aeae24 commit 0ff716a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/solid-router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/TanStack/router.git",
10-
"directory": "packages/react-router"
10+
"directory": "packages/solid-router"
1111
},
1212
"homepage": "https://tanstack.com/router",
1313
"funding": {

scripts/publish.js

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ await publish({
2020
name: '@tanstack/react-router',
2121
packageDir: 'packages/react-router',
2222
},
23+
{
24+
name: '@tanstack/solid-router',
25+
packageDir: 'packages/solid-router',
26+
},
2327
{
2428
name: '@tanstack/react-router-with-query',
2529
packageDir: 'packages/react-router-with-query',

0 commit comments

Comments
 (0)