Skip to content

Commit

Permalink
Install 'gh-pages' as a dev-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hgarciasoftware committed Feb 1, 2022
1 parent c6f7297 commit 3cf9ac8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "pokemon-basics",
"homepage": "https://hgarciasoftware.github.io/pokemon-basics",
"version": "0.1.0",
"private": true,
"dependencies": {
Expand All @@ -16,6 +17,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 @@ -37,5 +40,8 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"gh-pages": "^3.2.3"
}
}

0 comments on commit 3cf9ac8

Please sign in to comment.