From a1f8f37783c1ec3e9d8577f2d760307f43078211 Mon Sep 17 00:00:00 2001 From: ravi-kumar-pilla Date: Sun, 28 Jul 2024 15:07:38 -0500 Subject: [PATCH] temp fix --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index beb265955f..eedc07d304 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "build": "cross-env GENERATE_SOURCEMAP=false react-scripts build", "postbuild": "rm -rf build/api", "start": "REACT_APP_DATA_SOURCE=$DATA NODE_OPTIONS=\"--dns-result-order=ipv4first\" npm-run-all -p start:app start:lib", + "start:dev": "rm -rf node_modules/.cache && npm start", "start:app": "PORT=4141 react-scripts start", "start:lib": "rm -rf lib && babel src --out-dir lib --copy-files --watch", "lib": "npm-run-all -s lib:clean lib:copy lib:webpack lib:babel lib:prune",