From 6c387bf50a7a4609b973f33efb029f7aa2291c4a Mon Sep 17 00:00:00 2001 From: Foivos Date: Mon, 17 Jun 2024 15:22:08 +0300 Subject: [PATCH] run compile properly --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0a0f1072..9ab24396 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "lint": "eslint --fix './scripts/*.js'", "prettier": "prettier --write './scripts/*.js'", "compile": "npx tsc", - "postinstall": "npx run compile" + "postinstall": "npm run compile" }, "keywords": [ "axelar",