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",