From 33c8e57bad56aa1f8dbd3959021bf52db9f631a2 Mon Sep 17 00:00:00 2001 From: Nikolay Kharitonov Date: Wed, 29 Nov 2023 19:44:41 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20fix=20typo?= 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 10d799e..1fb6aa4 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "scripts": { "build": "npm explore @screeps/driver -- npx webpack", - "postinstall": "ls -al node_modulse && npm run build" + "postinstall": "ls -al node_modules && npm run build" }, "author": "Artem Chivchalov ", "license": "ISC",