chore: update build command for netlify

This commit is contained in:
Ayo 2023-06-04 16:13:58 +02:00
parent 3b6e6c36b1
commit 7e337ff4bf
4 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View file

@ -1,4 +1,6 @@
node_modules/ node_modules/
dist/
.netlify/
*~ *~
*swo *swo

View file

@ -1,6 +1,7 @@
{ {
"scripts": { "scripts": {
"start": "astro dev" "start": "astro dev",
"build": "astro build"
}, },
"devDependencies": { "devDependencies": {
"astro": "^2.5.7" "astro": "^2.5.7"