Skip to content

Commit

Permalink
Deploy on GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
faress-136 committed Dec 29, 2022
1 parent ffff2c9 commit 7825919
Show file tree
Hide file tree
Showing 2 changed files with 148 additions and 0 deletions.
142 changes: 142 additions & 0 deletions package-lock.json

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

6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"homepage": "https://faress-136.github.io/Movie_App",
"name": "movie_app",
"version": "0.1.0",
"private": true,
Expand All @@ -24,6 +25,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,5 +48,8 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"gh-pages": "^4.0.0"
}
}

0 comments on commit 7825919

Please sign in to comment.