From c7dcddb6d3e711b5f5e6f9ae6fe2812fb48ce6c3 Mon Sep 17 00:00:00 2001 From: enis-incentiv Date: Wed, 25 Sep 2024 23:30:37 +0200 Subject: [PATCH] Ensure proper dependency installation and TypeScript compilation --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 33c8765..c7a24da 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "hardhat-test": "hardhat test", "tsc": "tsc", "watch-tsc": "tsc -w --preserveWatchOutput", - "prepare": "tsc" + "prepare": "npm install --ignore-scripts && tsc" }, "dependencies": { "@account-abstraction/contracts": "^0.6.0",