summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-04-25 11:50:10 +0100
committerJoe Carstairs <me@joeac.net>2026-04-25 11:50:10 +0100
commitfab651553192bee9e717a6250ddd5715ce1e2bda (patch)
treee3455683b2499b2e468565c75f42b665d12e7275 /website
parent60f6f4cd809e2b848c0a78ce5f73c0dc0cf81bee (diff)
adds astro sync to npm scripts
Diffstat (limited to 'website')
-rw-r--r--website/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/website/package.json b/website/package.json
index b2451c5..89cd757 100644
--- a/website/package.json
+++ b/website/package.json
@@ -5,6 +5,7 @@
"start": "astro build --remote && node ./dist/server/entry.mjs",
"build": "astro build --remote",
"preview": "astro preview",
+ "sync": "astro sync",
"astro": "astro"
},
"engines": {