chore: add netlify-cli dep

This commit is contained in:
Ayo Ayco 2025-01-27 21:46:39 +01:00
parent e795a09228
commit b44dee6f06
3 changed files with 7314 additions and 24 deletions

5
.gitignore vendored
View file

@ -19,3 +19,8 @@ pnpm-debug.log*
# macOS-specific files # macOS-specific files
.DS_Store .DS_Store
# temp files
*~
*swo
*swp

View file

@ -7,11 +7,15 @@
"start": "astro dev", "start": "astro dev",
"build": "astro build", "build": "astro build",
"preview": "astro preview", "preview": "astro preview",
"astro": "astro" "astro": "astro",
"deploy": "netlify deploy --site=$NETLIFY_SITE_ID --dir=dist --prod"
}, },
"dependencies": { "dependencies": {
"@astrojs/starlight": "^0.31.1", "@astrojs/starlight": "^0.31.1",
"astro": "^5.1.5", "astro": "^5.1.5",
"sharp": "^0.32.5" "sharp": "^0.32.5"
},
"devDependencies": {
"netlify-cli": "^18.0.2"
} }
} }

File diff suppressed because it is too large Load diff