Skip to content

Commit 4e1df2c

Browse files
committed
tsc before statt
1 parent 13b8198 commit 4e1df2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/agent/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"build": "tsup --format esm --dts",
8-
"start": "node --loader ts-node/esm src/index.ts",
8+
"start": "tsc && node --loader ts-node/esm src/index.ts",
99
"dev": "tsc && nodemon --watch src --watch ../core/dist --ext ts,json --exec 'node --loader ts-node/esm' src/index.ts",
1010
"start:service:all": "pm2 start pnpm --name=\"all\" --restart-delay=3000 --max-restarts=10 -- run start:all",
1111
"stop:service:all": "pm2 stop all",

0 commit comments

Comments
 (0)