error resolved2

This commit is contained in:
ROSHAN GARG 2024-07-31 10:46:33 +05:30
parent c33f40c162
commit 69c2363b0c

View File

@ -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"
}
}
}