diff --git a/package.json b/package.json index 137302c..86cb3ec 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,10 @@ "bin": { "screeps": "bin/screeps.js" }, + "scripts": { + "build": "npm explore @screeps/driver -- npx webpack", + "install": "npm run build" + }, "author": "Artem Chivchalov ", "license": "ISC", "repository": {