summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index d5f4237..3544018 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "name": "astro-cactus",
+ "name": "rycerzxyz",
"version": "6.6.0",
"private": false,
"scripts": {
@@ -8,6 +8,7 @@
"build": "astro build",
"postbuild": "pagefind --site dist",
"preview": "astro preview",
+ "deploy": "pnpm run build && pnpm run postbuild && npx wrangler pages deploy --project-name rycerzxyz dist/",
"lint": "biome lint .",
"format": "pnpm run format:code && pnpm run format:imports",
"format:code": "biome format . --write && prettier -w \"**/*\" \"!**/*.{md,mdx}\" --ignore-unknown --cache",