From 2afea762afa67afc2cd425226621290a171505de Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Tue, 3 Dec 2019 17:48:31 +0900 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d8fa734..493c8ea 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Create a comment for a commit on GitHub", "main": "index.js", "scripts": { - "build": "ncc build index.js -o dist" + "package": "ncc build index.js -o dist" }, "repository": { "type": "git",