Skip to content

Commit

Permalink
setup gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
NegarSal committed May 11, 2024
1 parent 098b257 commit e421edd
Show file tree
Hide file tree
Showing 2 changed files with 168 additions and 1 deletion.
162 changes: 162 additions & 0 deletions package-lock.json

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

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,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 @@ -34,5 +36,8 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"gh-pages": "^6.1.1"
}
}
}

0 comments on commit e421edd

Please sign in to comment.