From 9c72a55aff9106737808da7ff6bf0a33372e39cc Mon Sep 17 00:00:00 2001 From: Lukas Senionis Date: Fri, 28 Oct 2022 22:00:33 +0300 Subject: [PATCH] Remove prepack hook --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index cc0421f..2485026 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,6 @@ "build": "shx rm -rf dist && tsc -b", "dev": "tsc -b -w", "docs": "typedoc --tsconfig ./tsconfig.json src/**/*", - "prepack": "npm run build", "test": "echo 'No tests for now!'", "prepare": "husky install", "commit": "git-cz"