Skip to content

Commit 68ebbc1

Browse files
committed
chore: remove redundant tsc command from agent script
1 parent 6cb4d45 commit 68ebbc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"lint": "eslint .",
1010
"build": "tsc -p tsconfig.json",
11-
"agent": "tsc -p tsconfig.json && node --experimental-specifier-resolution=node --experimental-vm-modules --experimental-wasm-modules --experimental-wasm-threads dist/index.js"
11+
"agent": "node --experimental-specifier-resolution=node --experimental-vm-modules --experimental-wasm-modules --experimental-wasm-threads dist/index.js"
1212
},
1313
"devDependencies": {
1414
"@types/node": "^22.4.1",

0 commit comments

Comments
 (0)