From 0172c34c6617c43682f0306055a1157ef610572a Mon Sep 17 00:00:00 2001 From: Yash-Vashishth Date: Fri, 25 Oct 2024 14:44:26 +0530 Subject: [PATCH] Add test and build scripts to package.json --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 698732b..00718ed 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,8 @@ "main": "server.js", "scripts": { "start": "node server.js" + "test": "echo 'Error: no test specified' && exit 1", // Temporary placeholder + "build": "echo 'Build process here'" // Temporary placeholder }, "dependencies": { "express": "^4.18.2",