Skip to content

Commit

Permalink
deploy changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rameshpvr committed Aug 16, 2021
1 parent 24cf755 commit 801a96a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
"predeploy" : "npm run build",
"deploy" : "gh-pages -d build"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 801a96a

Please sign in to comment.