ci: add semantic-release script
This commit is contained in:
parent
db641728aa
commit
e71584518f
|
@ -12,7 +12,8 @@
|
|||
"start": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
"astro": "astro",
|
||||
"semantic-release": "semantic-release"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/image": "^0.16.6",
|
||||
|
|
Loading…
Reference in New Issue