diff options
| author | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-03 19:49:04 +0300 |
|---|---|---|
| committer | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-03 19:49:04 +0300 |
| commit | 6a007d1c531b440b54ade80619b42e017b7ce70c (patch) | |
| tree | e6347f6ae1dcace809f80c42844b949b84dca973 | |
| parent | f52dd5638a102fb67f8605e379d51e2bfa795e9e (diff) | |
Add deploy command
| -rw-r--r-- | package.json | 3 |
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", |
