Skip to content

Commit

Permalink
added gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmaylaud committed May 10, 2020
1 parent a75a281 commit d4f881a
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 3 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.

9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "react-globe-311",
"name": "covid19-globe-tracker",
"homepage": "http://tanmaylaud.github.io/covid19-globe-tracker",
"version": "1.0.0",
"description": "TODO",
"private": true,
"keywords": [
"react-globe",
"webgl",
Expand All @@ -21,9 +23,12 @@
"devDependencies": {
"@types/react": "16.8.8",
"@types/react-dom": "16.8.2",
"typescript": "3.3.3"
"typescript": "3.3.3",
"gh-pages": "^2.2.0"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
Expand Down

0 comments on commit d4f881a

Please sign in to comment.