Skip to content

Commit

Permalink
feat: OKOK FRFR github pages should be working
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Morales <[email protected]>
  • Loading branch information
emoral435 committed Feb 10, 2024
1 parent a3f2c29 commit 599c0a3
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "y",
"version": "1.0.0",
"description": "Planet Foodies Repository",
"main": "index.js",
"scripts": {
"gh-deploy": "git push origin :gh-pages && git subtree push --prefix frontend/dist origin gh-pages",
"gh-deploy-init": "git push origin && git subtree push --prefix frontend/dist origin gh-pages",
"build": "rm -f -r dist && cd frontend && npm install && npm run build"
},
"devDependencies": {
"gh-pages": "^6.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/J-E-N-G-A/planet-foodies.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/J-E-N-G-A/planet-foodies/issues"
},
"homepage": "https://github.com/J-E-N-G-A/planet-foodies#readme"
}

0 comments on commit 599c0a3

Please sign in to comment.