Skip to content

Commit e6edf29

Browse files
committed
Chore: tidy packaging script to remove redundant copy of package.json to dist/
1 parent 9bc4ebb commit e6edf29

File tree

3 files changed

+3
-21
lines changed

3 files changed

+3
-21
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"web-search-mcp": "./dist/index.js"
1010
},
1111
"scripts": {
12-
"build": "tsc && node scripts/copy-package.js && node scripts/bundle.js",
12+
"build": "tsc && node scripts/bundle.js",
1313
"dev": "tsx watch src/index.ts",
1414
"start": "node ./dist/index.js",
1515
"lint": "eslint \"src/**/*.ts\"",

scripts/copy-package.js

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)