Skip to content

Commit d02877e

Browse files
authored
fix(examples): prevent publishing of @tanstack/devtools-example-solid-start example (#42)
Will fix broken `ci: Version Packages` Action https://github.com/TanStack/devtools/actions/runs/16962439200/job/48078243484#step:5:42
1 parent 672b238 commit d02877e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/solid/start/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@tanstack/devtools-example-solid-start",
3+
"private": true,
34
"type": "module",
45
"scripts": {
56
"dev": "vinxi dev",

0 commit comments

Comments
 (0)