Skip to content

Commit 4228302

Browse files
committed
fix: package.json's
1 parent 0bc4d75 commit 4228302

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
"version": "0.0.1",
44
"description": "The official Svelte MCP server implementation",
55
"type": "module",
6+
"packageManager": "[email protected]",
67
"scripts": {
78
"build": "pnpm -r run build",
89
"check": "pnpm -r run check",
10+
"check:publint": "pnpm -r run check:publint",
911
"format": "prettier --write .",
1012
"lint": "prettier --check . && eslint .",
1113
"lint:fix": "prettier --write . && eslint . --fix",

packages/mcp-stdio/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"build": "tsdown",
2626
"dev": "tsdown --watch",
2727
"test": "vitest",
28-
"check": "tsc --noEmit"
28+
"check": "tsc --noEmit",
29+
"check:publint": "publint"
2930
},
3031
"devDependencies": {
3132
"@sveltejs/mcp-server": "workspace:^",

0 commit comments

Comments
 (0)