From 74c7a9e655295cc38b9e39cfd29be65c803ff30f Mon Sep 17 00:00:00 2001 From: Shakar Bakr <5h4k4r.b4kr@gmail.com> Date: Tue, 19 Sep 2023 17:12:28 +0300 Subject: [PATCH] Update package json Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com> --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 99cee62..432e67c 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,9 @@ "name": "docker-container-action", "version": "1.9.0", "description": "This action prints \"Hello World\" or \"Hello\" + the name of a person to greet to the log.", - "main": "index.js", + "main": "dist/index.js", "scripts": { + "build": "ncc -m -o dist build index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [],