Skip to content

Commit

Permalink
Integrate with gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
rayoverweij committed Feb 18, 2020
1 parent ec17881 commit 89e1ec5
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 0 deletions.
91 changes: 91 additions & 0 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,23 @@
"license": "MIT",
"description": "A tabbing app for Bard College's Middle and High School Debating Tournament",
"private": true,
"homepage": "https://rayo.dev/tacotab",
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.4.0",
"@testing-library/user-event": "^7.2.1",
"bootstrap": "^4.4.1",
"bs-custom-file-input": "^1.3.4",
"gh-pages": "^2.2.0",
"node-sass": "^4.13.1",
"react": "^16.12.0",
"react-bootstrap": "^1.0.0-beta.16",
"react-dom": "^16.12.0",
"react-scripts": "3.3.0"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
Expand Down

0 comments on commit 89e1ec5

Please sign in to comment.