From e58069378827468cd1cbe7c585c630f29ce1ea4c Mon Sep 17 00:00:00 2001 From: Filipe Forattini Date: Sun, 10 Jul 2022 10:46:15 -0300 Subject: [PATCH] fix: empty commit for testing --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 46d351ff..73282201 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "scripts": { "commit": "npm run build && git pull && git commit --allow-empty -am \"fix: empty commit for testing\" && git push", - "build-action": "ncc build src/actions/$ACTION_NAME/index.js -m -s -o .github/actions/$ACTION_NAME && rm -f .github/actions/$ACTION_NAME/action.yml && cp src/actions/$ACTION_NAME/action.yml .github/actions/$ACTION_NAME/action.yml", + "build-action": "ncc build src/actions/$ACTION_NAME/index.js -m -q -s -o .github/actions/$ACTION_NAME && rm -f .github/actions/$ACTION_NAME/action.yml && cp src/actions/$ACTION_NAME/action.yml .github/actions/$ACTION_NAME/action.yml", "build": "npm run action:pipeline-config-scrapper", "action:pipeline-config-scrapper": "ACTION_NAME=pipeline-config-scrapper npm run build-action" },