build(site): copy install.sh from repo root at build time (single source)

This commit is contained in:
Christian Visintin
2026-06-07 22:10:52 +02:00
parent 3379940ec9
commit 203a6da387
4 changed files with 21 additions and 483 deletions

View File

@@ -4,7 +4,9 @@
"version": "0.0.0",
"private": true,
"scripts": {
"predev": "node scripts/copy-install.mjs",
"dev": "astro dev",
"prebuild": "node scripts/copy-install.mjs",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",