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