From 7eb54a9e396121aca7fbdaca35cfbee5c090ea47 Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Wed, 25 Jan 2023 11:08:25 -0500 Subject: [PATCH] fix: remove unnecessary lifecycle hook --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 6552a26..7f663ec 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,7 @@ "scripts": { "dev": "ncc -smw --license licenses.txt build src/main.ts", "build": "ncc -sm --license licenses.txt build src/main.ts", - "push": "np --no-cleanup --no-publish --no-tests --message 'chore: v%s'", - "version": "pnpm run build && git add dist" + "push": "np --no-cleanup --no-publish --no-tests --message 'chore: v%s'" }, "dependencies": { "@actions/core": "^1.10.0",