Skip to content

Commit e57b763

Browse files
committed
chore: add build script
1 parent 09331e2 commit e57b763

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "The official Svelte MCP server implementation",
55
"type": "module",
66
"scripts": {
7+
"build": "pnpm -r run build",
78
"format": "prettier --write .",
89
"lint": "prettier --check . && eslint .",
910
"lint:fix": "prettier --write . && eslint . --fix",

0 commit comments

Comments
 (0)