(feat) Deploy Meadow to GitHub Pages

This commit is contained in:
KingRainbow44 2023-12-19 17:46:23 -05:00
parent 1fcacb6a15
commit 3e48f93ad4
No known key found for this signature in database
GPG Key ID: FC2CB64B00D257BE

View File

@ -9,7 +9,9 @@
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "npx prettier --write \"src/**/*.{ts,tsx,js,jsx,json,md,css}\""
"lint": "npx prettier --write \"src/**/*.{ts,tsx,js,jsx,json,md,css}\"",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
@ -20,7 +22,6 @@
"react-router-dom": "^6.11.1",
"react-syntax-highlighter": "^15.5.0",
"rehype-raw": "^6.1.1",
"rehype-highlight": "^6.0.0",
"remark-gfm": "^3.0.1"
@ -37,6 +38,7 @@
"prettier": "^2.8.7",
"typescript": "^4.9.3"
"typescript": "^4.9.3",
"gh-pages": "^6.1.0"
}
}