From d5474746f69015658d1e80f5c118a8a9400b0d2a Mon Sep 17 00:00:00 2001 From: Vadim Yakhin Date: Thu, 3 Feb 2022 15:42:54 -0800 Subject: [PATCH] Fix build command --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d697891..13d17b9 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "scripts": { "start": "react-scripts start", "build-js": "node ./scripts/build-no-chunks.js", - "build": "build-js", + "build": "npm run build-js", "test": "react-scripts test", "eject": "react-scripts eject" }, @@ -40,4 +40,4 @@ "engines": { "node": "16.13.0" } -} +} \ No newline at end of file