Skip to content

Commit

Permalink
setup gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
aydenjahola committed May 6, 2023
1 parent 2639660 commit 07f2456
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"type": "module",
"scripts": {
"dev": "vite",
"predeploy" : "npm run build",
"deploy" : "gh-pages -d build",
"build": "vite build",
"preview": "vite preview"
},
Expand All @@ -31,6 +33,7 @@
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"gh-pages": "^5.0.0",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2",
"vite": "^4.3.2"
Expand Down

0 comments on commit 07f2456

Please sign in to comment.