From a743d30a21d415766ad7c40fb776d261b93a65e0 Mon Sep 17 00:00:00 2001 From: cpktu Date: Thu, 19 Dec 2024 14:40:20 +0530 Subject: [PATCH] Update package.json --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index d1195c2..22acc7b 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,9 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "webpack-dev-server --hot" + "build": "react-scripts build", + "test": "react-scripts test", + "eject": "react-scripts eject" }, "author": "", "license": "ISC",