From 4a1602a41e4678a3a79374c3c467541e28d64308 Mon Sep 17 00:00:00 2001 From: Alexander Belopashentsev <61732514+belopash@users.noreply.github.com> Date: Tue, 5 Mar 2024 16:43:58 +0500 Subject: [PATCH] fix: remove postinstall script --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index a7766a6..9c6c2f5 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,6 @@ }, "homepage": "https://www.subsquid.io/", "scripts": { - "postinstall": "node ./bin/run.js autocomplete --refresh-cache", "build": "rm -rf lib && tsc", "dev": "./bin/dev", "sqd": "./bin/run.js",