Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
add gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Freiberger committed May 7, 2019
1 parent df6e5ca commit 6202a70
Show file tree
Hide file tree
Showing 2 changed files with 146 additions and 1 deletion.
141 changes: 141 additions & 0 deletions package-lock.json

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

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "ergotin",
"version": "0.1.0",
"private": true,
"homepage": "https://jo-fr.github.io/ergotin/",
"dependencies": {
"gh-pages": "^2.0.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-scripts": "3.0.0"
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 Down

0 comments on commit 6202a70

Please sign in to comment.