Skip to content

Commit 75bcf07

Browse files
authored
Hide docs from npm publish (#1137)
1 parent a793a18 commit 75bcf07

File tree

4 files changed

+35
-7
lines changed

4 files changed

+35
-7
lines changed

.changeset/config.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3-
"changelog": ["@changesets/changelog-git", { "repo": "drwpow/openapi-typescript" }],
3+
"changelog": ["@changesets/changelog-github", { "repo": "drwpow/openapi-typescript" }],
44
"commit": false,
55
"fixed": [],
66
"linked": [],
77
"access": "public",
88
"baseBranch": "main",
9-
"updateInternalDependencies": "patch",
10-
"ignore": ["openapi-typescript-docs"]
9+
"updateInternalDependencies": "patch"
1110
}

docs/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "openapi-typescript-docs",
33
"version": "0.0.0",
4+
"private": true,
45
"type": "module",
56
"scripts": {
67
"build": "npm run update-contributors && astro build",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"test:openapi-fetch": "cd packages/openapi-fetch && pnpm test"
2020
},
2121
"devDependencies": {
22-
"@changesets/changelog-git": "^0.1.14",
22+
"@changesets/changelog-github": "^0.4.8",
2323
"@changesets/cli": "^2.26.1",
2424
"del-cli": "^5.0.0",
2525
"eslint": "^8.41.0",

pnpm-lock.yaml

+31-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)