forked from lix-project/lix-website
14 lines
200 B
JSON
14 lines
200 B
JSON
{
|
|
"github": {
|
|
"release": true,
|
|
"tagName": "v${version}"
|
|
},
|
|
"npm": {
|
|
"tag": "next"
|
|
},
|
|
"preReleaseId": "beta",
|
|
"scripts": {
|
|
"beforeStart": "npm run prepublish:compile"
|
|
}
|
|
}
|