mirror of https://github.com/abpframework/abp
ci(scripts): add version updating process to publish script #2346
parent
c959d6484a
commit
c5aa981a79
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"version": "1.1.0",
|
||||||
|
"packages": ["dist/*"],
|
||||||
|
"npmClient": "yarn"
|
||||||
|
}
|
||||||
@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"version": "1.1.1",
|
|
||||||
"packages": [
|
|
||||||
"packages/*"
|
|
||||||
],
|
|
||||||
"npmClient": "yarn"
|
|
||||||
}
|
|
||||||
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"version": "1.1.0",
|
||||||
|
"packages": ["packages/*"],
|
||||||
|
"npmClient": "yarn"
|
||||||
|
}
|
||||||
Loading…
Reference in new issue