Skip to content

Commit f06554d

Browse files
committed
Remove extraneous argument from build command
1 parent f50d067 commit f06554d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"scripts": {
1010
"start": "concurrently \"npm run build:watch\" \"npm run inspector\"",
1111
"inspector": "npx @modelcontextprotocol/inspector@latest -- nodemon --env-file=.env -q --watch dist dist/index.js",
12-
"build": "tsup src/index.ts src/index.worker.ts --dts --clean",
13-
"build:watch": "tsup src/index.ts src/index.worker.ts --dts --watch",
12+
"build": "tsup src/index.ts --dts --clean",
13+
"build:watch": "tsup src/index.ts --dts --watch",
1414
"test": "jest"
1515
},
1616
"dependencies": {

0 commit comments

Comments
 (0)