add deploy config

This commit is contained in:
Alexander Navarro 2023-06-25 16:46:38 -04:00
parent b50d1bd5fa
commit 85fd9e7713
3 changed files with 142 additions and 9 deletions

View file

@ -6,6 +6,7 @@
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"deploy": "gh-pages -d dist -b page",
"preview": "astro preview",
"astro": "astro"
},
@ -26,6 +27,7 @@
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.32.2",
"gh-pages": "^5.0.0",
"typescript": "*"
}
}
}