chore: add netlify-cli dep
This commit is contained in:
parent
e795a09228
commit
b44dee6f06
3 changed files with 7314 additions and 24 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -19,3 +19,8 @@ pnpm-debug.log*
|
||||||
|
|
||||||
# macOS-specific files
|
# macOS-specific files
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
# temp files
|
||||||
|
*~
|
||||||
|
*swo
|
||||||
|
*swp
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
7325
pnpm-lock.yaml
7325
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue