feat: enable GH Pages stable plus deploy externe Vercel/Netlify

This commit is contained in:
Clément SAILLANT
2026-03-02 09:06:42 +01:00
parent ca0904824a
commit 58a94001f8
128 changed files with 84617 additions and 400 deletions
+7 -1
View File
@@ -6,11 +6,17 @@
"scripts": {
"dev": "astro dev",
"build": "astro build",
"build:external": "node scripts/build-astro-external.mjs",
"preview": "astro preview",
"astro": "astro",
"typecheck": "astro check",
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build"
"storybook:build": "storybook build",
"lab:dev": "npm --prefix apps/lab-interactif run dev",
"lab:build": "npm --prefix apps/lab-interactif run build",
"lab:preview": "npm --prefix apps/lab-interactif run preview",
"tracking:check": "node scripts/validate-tracking.mjs",
"preflight:pages": "npm run lab:build && npm run tracking:check && npm run storybook:build"
},
"dependencies": {
"@astrojs/react": "^4.4.1",