Skip to content

Commit

Permalink
Updated Deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCoding22 committed Jun 24, 2024
1 parent 69a4dd5 commit eef23b3
Show file tree
Hide file tree
Showing 2 changed files with 164 additions and 0 deletions.
160 changes: 160 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
@@ -1,4 +1,5 @@
{
"homepage": "http://nickcoding22.github.io/nickcoding22.github.io",
"name": "personal-website",
"version": "0.1.0",
"private": true,
Expand All @@ -22,6 +23,8 @@
},
"scripts": {
"start": "react-scripts start",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
Expand All @@ -45,6 +48,7 @@
]
},
"devDependencies": {
"gh-pages": "^6.1.1",
"tailwindcss": "^3.4.4"
}
}

0 comments on commit eef23b3

Please sign in to comment.