Skip to content

Commit

Permalink
gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
CondoSlime committed Nov 13, 2024
1 parent 32b009e commit 0e1bf72
Show file tree
Hide file tree
Showing 2 changed files with 164 additions and 2 deletions.
161 changes: 161 additions & 0 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "solar-studies",
"version": "0.1.0",
"private": true,
"homepage":"https://CondoSlime.github.io/SolarStudies",
"homepage": "https://CondoSlime.github.io/SolarStudies",
"dependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
Expand All @@ -11,6 +11,7 @@
"@tsparticles/engine": "^3.4.0",
"@tsparticles/react": "^3.0.0",
"@types/react-transition-group": "^4.4.10",
"gh-pages": "^6.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
Expand All @@ -21,7 +22,7 @@
},
"scripts": {
"predeploy": "npm run build",
"deploy": "SolarStudies -d build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
Expand Down

0 comments on commit 0e1bf72

Please sign in to comment.