Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Revert the start and build commands
  • Loading branch information
Rashmi-278 authored Nov 5, 2023
1 parent 88114b4 commit 35e785d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions daostar-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"web3": "^1.8.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"start": "PORT=8000 REACT_APP_API_URL=https://api.daostar.org react-scripts start",
"build": "REACT_APP_API_URL=https://api.daostar.org react-scripts build",
"predeploy": "REACT_APP_API_URL=https://api.daostar.org npm run build",
"deploy": "REACT_APP_API_URL=https://api.daostar.org gh-pages -d build",
"test": "react-scripts test",
Expand Down

0 comments on commit 35e785d

Please sign in to comment.