From 4c3efee4d7c57df2e12d6715fd620399bfaca4bf Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Sun, 21 Mar 2021 12:08:32 +0100 Subject: [PATCH] maybe install will work? --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cbd3ee8..d069c5c 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "scripts": { "build": "tsc", "watch": "npm run build -- --watch", - "prepublish": "npm run build" + "install": "npm run build" }, "repository": "gitea@git.kuba-orlik.name:kuba/async-spawner.git", "author": "Kuba Orlik",