We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09331e2 commit e57b763Copy full SHA for e57b763
package.json
@@ -4,6 +4,7 @@
4
"description": "The official Svelte MCP server implementation",
5
"type": "module",
6
"scripts": {
7
+ "build": "pnpm -r run build",
8
"format": "prettier --write .",
9
"lint": "prettier --check . && eslint .",
10
"lint:fix": "prettier --write . && eslint . --fix",
0 commit comments