Skip to content

Commit

Permalink
Hosted Website on gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjay270899 committed Jan 20, 2021
1 parent 564ad99 commit e6db83f
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 9 deletions.
34 changes: 27 additions & 7 deletions cheat-sheets-website/package-lock.json

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

8 changes: 6 additions & 2 deletions cheat-sheets-website/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"homepage": "http://vedantkhairnar.ml/Cheat-Sheets/",
"homepage": "http://VedantKhairnar.github.io/Cheat-Sheets/",
"name": "cheat-sheets-website",
"version": "0.1.0",
"private": true,
Expand All @@ -8,7 +8,6 @@
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"axios": "^0.21.1",
"gh-pages": "^3.1.0",
"node-sass": "^4.14.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
Expand All @@ -18,6 +17,8 @@
"web-vitals": "^0.2.4"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
Expand All @@ -40,5 +41,8 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"gh-pages": "^3.1.0"
}
}

0 comments on commit e6db83f

Please sign in to comment.