Skip to content

Commit

Permalink
Merge pull request #45 from ogaoga/develop
Browse files Browse the repository at this point in the history
Add gh-pages
  • Loading branch information
ogaoga authored May 19, 2020
2 parents a1a2587 + c39ac78 commit 2db07b6
Show file tree
Hide file tree
Showing 2 changed files with 105 additions and 2 deletions.
104 changes: 103 additions & 1 deletion package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"deploy": "npm run build && gh-pages -d public",
"deploy": "npm run build && gh-pages -d build",
"test": "react-scripts test"
},
"eslintConfig": {
Expand Down Expand Up @@ -64,6 +64,7 @@
"@types/validator": "^13.0.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"gh-pages": "^2.2.0",
"node-sass": "^4.14.1"
}
}

0 comments on commit 2db07b6

Please sign in to comment.