Skip to content

Commit

Permalink
added gh-pages library for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshwaran-chandrasekaran committed Sep 14, 2019
1 parent ce0a944 commit 878ab59
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 2 deletions.
146 changes: 146 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "react-redux-router",
"version": "0.1.0",
"private": true,
"homepage": "https://vigneshwaran-chandrasekaran.github.io/react-redux-router/",
"dependencies": {
"gh-pages": "^2.1.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-scripts": "3.1.1"
Expand All @@ -11,7 +13,9 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
Expand All @@ -28,4 +32,4 @@
"last 1 safari version"
]
}
}
}

0 comments on commit 878ab59

Please sign in to comment.