From 69c2363b0ca69432181086aeb65f9d39fb76554e Mon Sep 17 00:00:00 2001 From: ROSHAN GARG Date: Wed, 31 Jul 2024 10:46:33 +0530 Subject: [PATCH] error resolved2 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bf89695..b3aed49 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "dev": "nodemon server.js", "clean": "rm -rf dist", "compile": "babel src -d dist", - "build": "npm run clean && npm run compile" + "build": "npm install && npm install --prefix client && npm run build --prefix client" }, "author": "pawan", "license": "ISC", @@ -40,4 +40,4 @@ "uuid": "^9.0.1", "validator": "^13.7.0" } -} \ No newline at end of file +}