Skip to content

Commit

Permalink
Added private true to evalite docs and ignored it in changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpocock committed Dec 16, 2024
1 parent 611338a commit 2b0d260
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"linked": [],
"access": "public",
"baseBranch": "main",
"ignore": ["example", "evalite-tests"]
"ignore": ["example", "evalite-tests", "evalite-docs"]
}
3 changes: 2 additions & 1 deletion apps/evalite-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "evalite-docs",
"type": "module",
"private": true,
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
Expand All @@ -14,4 +15,4 @@
"astro": "^4.16.10",
"sharp": "^0.32.5"
}
}
}

0 comments on commit 2b0d260

Please sign in to comment.