Skip to content

Commit

Permalink
Added: deploy script in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
devyunja committed Sep 10, 2021
1 parent d6234f1 commit c57a8cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

# production
/build
deploy.sh

# misc
.DS_Store
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"deploy": "./deploy.sh"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit c57a8cf

Please sign in to comment.