From e10270bed6fb1402dd7afb894ae86c396f7b2c42 Mon Sep 17 00:00:00 2001 From: PJ Quirk Date: Tue, 12 May 2020 16:00:28 -0400 Subject: [PATCH] Clarify the build command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 399b4b3a..89517e54 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Labels pull requests by files altered", "main": "lib/main.js", "scripts": { - "build": "tsc && ncc build", + "build": "tsc && ncc build lib/main.js", "format": "prettier --write **/*.ts", "format-check": "prettier --check **/*.ts", "test": "jest"