Skip to content

Commit e48d5f9

Browse files
committed
Fix start command
1 parent 8ba0a20 commit e48d5f9

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
@@ -4,7 +4,7 @@
44
"private": true,
55
"scripts": {
66
"============DEVELOPMENT": "============",
7-
"watch": "nodemon --delay 1ms -e ts -w src --exec \"pnpm build:esbuild && node --enable-source-maps dist\"",
7+
"watch": "nodemon --delay 1ms -e ts -w src --exec \"tsx esbuild.mts && node --enable-source-maps dist\"",
88
"dev:stage1": "pnpm concurrently --raw \"pnpm install\" \"prisma db push\" \"pnpm generate:robochimp\" \"pnpm build:packages\"",
99
"dev:stage2": "pnpm concurrently --raw \"pnpm commands\" \"pnpm creatables\" \"pnpm build\"",
1010
"dev:stage3": "pnpm lint && pnpm test",

0 commit comments

Comments
 (0)