diff --git a/src/Managing.Web3Proxy/package.json b/src/Managing.Web3Proxy/package.json index aeacfaae..57db1a2d 100644 --- a/src/Managing.Web3Proxy/package.json +++ b/src/Managing.Web3Proxy/package.json @@ -9,7 +9,7 @@ }, "scripts": { "start": "fastify start -l info dist/app.js", - "build": "tsc", + "build": "bunx tsc", "watch": "tsc -w", "dev": "bun run build && concurrently -k -p \"[{name}]\" -n \"TypeScript,App\" -c \"yellow.bold,cyan.bold\" \"bun:watch\" \"bun:dev:start\"", "dev:start": "bun run build && fastify start -d --ignore-watch=.ts$ -w -l info -P dist/app.js",