Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
img02 committed May 30, 2023
1 parent af2c07d commit 73c8375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/shopping-cart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"deploy": "gh-pages -b master -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
Expand Down

0 comments on commit 73c8375

Please sign in to comment.