Skip to content

Commit

Permalink
try to deploy to github
Browse files Browse the repository at this point in the history
  • Loading branch information
timrobinson33 committed Mar 14, 2021
1 parent eb2cbdd commit 6184c24
Show file tree
Hide file tree
Showing 2 changed files with 187 additions and 2 deletions.
179 changes: 179 additions & 0 deletions package-lock.json

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

10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "drug-calc",
"version": "0.1.0",
"private": true,
"homepage": "http:https://timrobinson33.github.io/drug-calc",
"dependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
Expand All @@ -15,7 +16,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": [
Expand All @@ -34,5 +37,8 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"gh-pages": "^3.1.0"
}
}
}

0 comments on commit 6184c24

Please sign in to comment.