chore: update build command for netlify
This commit is contained in:
parent
3b6e6c36b1
commit
7e337ff4bf
4 changed files with 4 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,4 +1,6 @@
|
||||||
node_modules/
|
node_modules/
|
||||||
|
dist/
|
||||||
|
.netlify/
|
||||||
|
|
||||||
*~
|
*~
|
||||||
*swo
|
*swo
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue