From 54e7a01dfd4b58ea0b0133d51d690c9001dab88e Mon Sep 17 00:00:00 2001 From: Sahil Ahuja Date: Sat, 22 Feb 2025 01:42:16 +0530 Subject: [PATCH] More base commands --- repo-template/node-based-repo/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/repo-template/node-based-repo/package.json b/repo-template/node-based-repo/package.json index e2e67c4..9b6e22e 100644 --- a/repo-template/node-based-repo/package.json +++ b/repo-template/node-based-repo/package.json @@ -18,6 +18,9 @@ "lib/*" ], "scripts": { + "@comment RUN": "Running this repo after running this once - pnpm install", + "start": "tsx src/index.ts", + "watch": "tsx watch src/index.ts", "@comment TEST": "Useful for testing", "check": "$(pnpm bin)/tsc --noEmit", "lint": "$(pnpm bin)/eslint ./src",