Skip to content

Commit

Permalink
complete some sections
Browse files Browse the repository at this point in the history
  • Loading branch information
Elsayed-Rady-Elsayed committed Jul 7, 2024
1 parent be6a582 commit 196ba2d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"homepage": "https://github.com/Elsayed-Rady-Elsayed/konado",
"name": "konado",
"version": "0.1.0",
"private": true,
Expand All @@ -18,7 +19,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",
"deoploy":"gh-pages -d build"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 196ba2d

Please sign in to comment.