add deploy config
This commit is contained in:
parent
b50d1bd5fa
commit
85fd9e7713
3 changed files with 142 additions and 9 deletions
|
|
@ -6,6 +6,7 @@
|
|||
"dev": "astro dev",
|
||||
"start": "astro dev",
|
||||
"build": "astro build",
|
||||
"deploy": "gh-pages -d dist -b page",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
},
|
||||
|
|
@ -26,6 +27,7 @@
|
|||
"eslint-plugin-n": "^15.0.0",
|
||||
"eslint-plugin-promise": "^6.0.0",
|
||||
"eslint-plugin-react": "^7.32.2",
|
||||
"gh-pages": "^5.0.0",
|
||||
"typescript": "*"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue