chore: deployment for gh pages

This commit is contained in:
eshanized
2024-12-26 21:09:53 +05:30
parent c8c0916992
commit 5b4da4123f
3 changed files with 262 additions and 5 deletions

View File

@@ -9,13 +9,13 @@
"email": "eshanized@gmail.com",
"url": "https://github.com/eshanized"
},
"homepage": "https://github.com/eshanized/resume-builder",
"homepage": "https://eshanized.github.io/resume",
"repository": {
"type": "git",
"url": "git+https://github.com/eshanized/resume-builder.git"
"url": "git+https://github.com/eshanized/resume.git"
},
"bugs": {
"url": "https://github.com/eshanized/resume-builder/issues"
"url": "https://github.com/eshanized/resume/issues"
},
"keywords": [
"resume",
@@ -30,7 +30,8 @@
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
"preview": "vite preview",
"deploy": "vite build && gh-pages -d dist"
},
"dependencies": {
"docx": "^8.5.0",
@@ -49,6 +50,7 @@
"eslint": "^9.9.1",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.11",
"gh-pages": "^5.0.0",
"globals": "^15.9.0",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
@@ -56,4 +58,4 @@
"typescript-eslint": "^8.3.0",
"vite": "^5.4.2"
}
}
}