From 77de0f665986c3a8f4343a0e5dcad3f06c2d8491 Mon Sep 17 00:00:00 2001 From: Nikolay Kharitonov Date: Sat, 25 Nov 2023 20:11:13 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20change=20runtime=20build=20trigg?= =?UTF-8?q?er?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5839367..b0dbe3c 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "scripts": { "build": "npm explore @screeps/driver -- npx webpack", - "install": "npm run build" + "postinstall": "npm run build" }, "author": "Artem Chivchalov ", "license": "ISC",