Skip to content

Commit

Permalink
Temporary fix for graphNew error in local development (#2006)
Browse files Browse the repository at this point in the history
* sync remote

* temp fix

* fix file perm
  • Loading branch information
ravi-kumar-pilla authored Jul 29, 2024
1 parent d58ccce commit e719f30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e719f30

Please sign in to comment.