Skip to content

Commit

Permalink
change deploy script to use main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
larissamoreira committed Apr 29, 2024
1 parent 2261999 commit a49a42f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"deploy": "gh-pages -b main -d build"
},
"devDependencies": {
"gh-pages": "^2.2.0"
Expand Down

0 comments on commit a49a42f

Please sign in to comment.