From 45c84e6982554516a51646bda34aaae9ac16ac94 Mon Sep 17 00:00:00 2001 From: Shahar s Date: Thu, 5 Aug 2021 11:05:16 +0300 Subject: [PATCH] fix: prepublish for npm v7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e12fa41..a363ea7 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "build": "tsc --project tsconfig.build.json", "start": "npm run build && cd dist && node ./index.js", "clean": "rimraf dist", - "prepublish": "npm run build" + "prepack": "npm run build" }, "repository": { "type": "git",