Skip to content

Commit 1a09e4d

Browse files
committed
minor changes on package json
1 parent 6e63fad commit 1a09e4d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "react-basic",
33
"version": "0.1.0",
44
"private": true,
5+
"homepage": "https://chaanto.github.io/react-basic",
56
"dependencies": {
67
"react": "^16.11.0",
78
"react-dom": "^16.11.0",
@@ -11,7 +12,9 @@
1112
"start": "react-scripts start",
1213
"build": "react-scripts build",
1314
"test": "react-scripts test",
14-
"eject": "react-scripts eject"
15+
"eject": "react-scripts eject",
16+
"predeploy" : "npm build",
17+
"deploy" : "gh-pages -d build"
1518
},
1619
"eslintConfig": {
1720
"extends": "react-app"

0 commit comments

Comments
 (0)