Skip to content

Changes are not being deployed #22825

Discussion options

You must be logged in to vote

Thanks for posting the link! It looks like you’ve already managed to figure it out but just to leave the answer here for any others that end up in a similar situation:

It looks like your project uses a build and deploy step that’s defined in your package.json file.

github.com

VivekJadeja/VivekJadeja.github.io/blob/0c064ef41a8e7d91668ec5d4efff01ea743b02fb/package.json#L24

  1. "react-bootstrap": "^1.3.0",
  2. "react-dom": "^16.13.1",
  3. "react-router-bootstrap": "^0.25.0",
  4. "react-router-dom": "^5.2.0",
  5. "react-scripts": "3.4.3",
  6. "react-spring": "^8.0.27"
  7. },
  8. "scripts": {
  9. "start": "react-scripts start",
  10. "predeploy": "npm run build",
  11. "deploy": "gh-pages -d build",
  12. "build": "react-scri…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants