From 29f4de58deb3f064d354839bc074f4e7ea36eb93 Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 25 Aug 2025 11:05:59 +0200 Subject: [PATCH] DRAFT,FIX: module is uninstallable Since the "prepare" script is executed both during first install as well during publish. It is likely that this step trys to execute another module/script that is expected within the repo before it is downloaded. --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index f8a4319..4a04c6e 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,6 @@ "/src" ], "scripts": { - "prepare": "npm run build", "postinstall": "node build.js true", "generate": "node build.js true", "build": "npm run generate",