diff options
| author | Joe Carstairs <me@joeac.net> | 2026-04-25 11:50:10 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-04-25 11:50:10 +0100 |
| commit | fab651553192bee9e717a6250ddd5715ce1e2bda (patch) | |
| tree | e3455683b2499b2e468565c75f42b665d12e7275 /website/package.json | |
| parent | 60f6f4cd809e2b848c0a78ce5f73c0dc0cf81bee (diff) | |
adds astro sync to npm scripts
Diffstat (limited to 'website/package.json')
| -rw-r--r-- | website/package.json | 1 |
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": { |
