From be20886803b0a8c2b34cee810ff5d042b1b33642 Mon Sep 17 00:00:00 2001 From: Ashley <8253488+mrjones-plip@users.noreply.github.com> Date: Mon, 22 Jan 2024 12:37:46 -0800 Subject: [PATCH] Update package.json Co-authored-by: Kenn Sippell --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc4ff589..b29d9625 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "cp-package-json": "cp package.json ./src", "test": "npx ts-mocha test/{,**}/*.spec.ts", "build": "npm run cp-package-json && npx tsc", - "start": "node src/index.ts", + "start": "node dist/index.js", "dev": "tsc-watch --onSuccess \"node dist/index.js\"", "publish": "node scripts/publish.js" },