Skip to content

Commit 083e646

Browse files
authored
chore: update config to ignore docs and mark docs package as private (#188)
- Updated .changeset/config.json to ignore the docs directory during version updates. - Marked the docs package as private in package.json to prevent it from being published.
1 parent 858170b commit 083e646

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"access": "restricted",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
10-
"ignore": []
10+
"ignore": ["docs"]
1111
}

packages/docs/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "",
55
"type": "module",
66
"main": "index.js",
7+
"private": "true",
78
"packageManager": "pnpm@10.12.4",
89
"scripts": {
910
"dev": "next dev --turbopack",

0 commit comments

Comments
 (0)