From f12c3e795faad005a9e3be6ef5c9fec185b7570a Mon Sep 17 00:00:00 2001 From: Dagen Brock Date: Tue, 23 Mar 2021 16:09:12 -0500 Subject: [PATCH] add npm commands --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index eb0e7a8..9ac4e64 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "main": "dist/index.js", "scripts": { "build": "tsc", - "pack": "ncc build dist/index.js" + "package": "ncc build dist/index.js", + "all": "npm run build && npm run package" }, "dependencies": { "@actions/core": "^1.2.6", @@ -27,5 +28,6 @@ "bugs": { "url": "https://github.com/digarok/install-merlin32-action/issues" }, - "homepage": "https://github.com/digarok/install-merlin32-action#readme" + "homepage": "https://github.com/digarok/install-merlin32-action#readme", + "keywords": [] }