From e719f303494a44fcb7040797c45c4c22d8d7142c Mon Sep 17 00:00:00 2001 From: Ravi Kumar Pilla Date: Mon, 29 Jul 2024 14:04:08 -0500 Subject: [PATCH] Temporary fix for graphNew error in local development (#2006) * sync remote * temp fix * fix file perm --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index d86538dcf1..fcfbf0c864 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",