ci: add semantic-release script
This commit is contained in:
parent
a6c1b7eacb
commit
12dbad4a51
|
@ -24,7 +24,8 @@
|
|||
},
|
||||
"scripts": {
|
||||
"prepare": "presetter bootstrap",
|
||||
"build": "run build"
|
||||
"build": "run build",
|
||||
"semantic-release": "semantic-release"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@rollup/plugin-commonjs": "^25.0.0",
|
||||
|
|
Loading…
Reference in New Issue