Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ZZKIM authored Aug 8, 2024
1 parent 4c5b9df commit 4ce959b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": [
Expand All @@ -44,5 +46,6 @@
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-react": "^7.32.2",
"prettier": "^2.8.7"
}
},
"homepage": "https://project-buildup.github.io/LandingPage/"
}

0 comments on commit 4ce959b

Please sign in to comment.