From 57ca24588493c0447204a506c4d61aff5003090c Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Thu, 16 Nov 2023 00:54:35 -0800 Subject: [PATCH] chore: use npm workspaces and a package-lock.json (#1771) Co-authored-by: Marc Pichler --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b208bbb9586..f96cceba011 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "lint": "eslint . --ext .ts", "lint:fix": "eslint . --ext .ts --fix", "watch": "tsc --build --watch tsconfig.json tsconfig.esm.json", - "prepare": "npm run compile" + "prepublishOnly": "npm run compile" }, "keywords": [ "opentelemetry",