Skip to content

Commit 81901b2

Browse files
committed
fix: small configs
1 parent 5aa1aa4 commit 81901b2

File tree

5 files changed

+47
-18
lines changed

5 files changed

+47
-18
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3-
"changelog": "@changesets/cli/changelog",
3+
"changelog": ["@svitejs/changesets-changelog-github-compact", { "repo": "sveltejs/mcp" }],
44
"commit": false,
55
"fixed": [],
66
"linked": [],

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ jobs:
4343
package-manager-cache: true # caches pnpm via packageManager field in package.json
4444
- name: install
4545
run: pnpm install --frozen-lockfile --prefer-offline --ignore-scripts
46-
- name: build
47-
run: pnpm run --filter ./packages/mcp-stdio/ build
4846
- name: publint
4947
run: pnpm check:publint
5048

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"test": "npm run test:unit -- --run",
1717
"test:watch": "npm run test:unit -- --watch",
1818
"inspect": "pnpm mcp-inspector",
19-
"release": "changeset publish"
19+
"release": "pnpm --filter @sveltejs/mcp run build && changeset publish"
2020
},
2121
"keywords": [
2222
"svelte",
@@ -30,6 +30,7 @@
3030
"@eslint/compat": "^1.3.2",
3131
"@eslint/js": "^9.36.0",
3232
"@modelcontextprotocol/inspector": "^0.16.7",
33+
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
3334
"eslint": "^9.36.0",
3435
"eslint-config-prettier": "^10.0.1",
3536
"eslint-plugin-import": "^2.32.0",

packages/mcp-stdio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"access": "public"
2323
},
2424
"scripts": {
25-
"build": "tsdown",
25+
"build": "tsdown && publint",
2626
"dev": "tsdown --watch",
2727
"test": "vitest",
2828
"check": "tsc --noEmit",

pnpm-lock.yaml

Lines changed: 43 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)