Skip to content

Commit

Permalink
Set up configs for deploying to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
dkniffin committed Feb 9, 2017
1 parent 01892dd commit 01d8c1b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
dist
stats.txt
build
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
"name": "mtg-horde",
"version": "0.1.0",
"private": true,
"homepage": "https://dkniffin.github.io/mtg-horde",
"devDependencies": {
"@kadira/storybook": "^2.21.0",
"custom-react-scripts": "0.0.23"
"custom-react-scripts": "0.0.23",
"gh-pages": "^0.12.0"
},
"dependencies": {
"array-shuffle": "^1.0.1",
Expand All @@ -26,7 +28,9 @@
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public"
"build-storybook": "build-storybook -s public",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
Expand Down

0 comments on commit 01d8c1b

Please sign in to comment.