Skip to content

Commit

Permalink
11th commit changes --package add 2 scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterLenoX committed Nov 18, 2023
1 parent 3406ea2 commit 1b82221
Show file tree
Hide file tree
Showing 2 changed files with 134 additions and 0 deletions.
130 changes: 130 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": "https://masterlenox.github.io/jteweb-blog",
"name": "jte-web-portfolio",
"version": "0.1.0",
"private": true,
Expand Down Expand Up @@ -30,6 +31,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 @@ -54,6 +57,7 @@
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"gh-pages": "^6.0.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5"
}
Expand Down

0 comments on commit 1b82221

Please sign in to comment.