Skip to content

Commit

Permalink
setup gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
WhyteDuke committed May 21, 2024
1 parent 002edb2 commit 12891de
Show file tree
Hide file tree
Showing 2 changed files with 183 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"type": "module",
"scripts": {
"build": "vite build",
"predeploy" : "npm run build",
"deploy" : "gh-pages -d build",
"dev": "vite --host",
"lint": "eslint .",
"prepare": "husky",
Expand Down Expand Up @@ -49,6 +51,7 @@
"@unocss/reset": "^0.59.4",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"gh-pages": "^6.1.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"pnpm": "^9.0.6",
Expand Down
180 changes: 180 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit 12891de

Please sign in to comment.