Skip to content

Commit

Permalink
Deployed
Browse files Browse the repository at this point in the history
  • Loading branch information
nickolasrm committed Aug 3, 2021
1 parent 8c90ad4 commit 7e9e428
Show file tree
Hide file tree
Showing 3 changed files with 160 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
155 changes: 154 additions & 1 deletion package-lock.json

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

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "timeline-builder",
"homepage": ".",
"homepage": "https://nickolasrm.github.io/TimelineBubbles",
"version": "1.0.0",
"private": true,
"dependencies": {
Expand All @@ -19,6 +19,8 @@
"test": "react-scripts test",
"coverage": "react-scripts test --coverage",
"ci": "react-scripts test --coverage --watchAll=false",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"eject": "react-scripts eject"
},
"jest": {
Expand All @@ -45,6 +47,7 @@
]
},
"devDependencies": {
"@testing-library/react": "^12.0.0"
"@testing-library/react": "^12.0.0",
"gh-pages": "^3.2.3"
}
}

0 comments on commit 7e9e428

Please sign in to comment.