From 84b722c2d8d7c4fb9b543c07bbf46355bccf13d3 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sat, 3 Apr 2021 15:53:32 -0400 Subject: [PATCH] remove postinstall step --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 17c6928b..2aece4a5 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,7 @@ "license": "MIT", "scripts": { "archivebox": "python3 -m archivebox", - "selfupdate": "python3 -m pip install --upgrade archivebox && npm install --no-audit --no-fund --loglevel=error", - "postinstall": "archivebox version --quiet || (python3 -m pip install archivebox && archivebox --version)" + "selfupdate": "python3 -m pip install --upgrade archivebox && npm install --no-audit --no-fund --loglevel=error" }, "bin": { "archivebox": "python3 -m archivebox",