mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-05 19:41:57 +08:00
fix: 更改发布脚本
This commit is contained in:
parent
dac79f09b6
commit
1ffe001986
@ -47,7 +47,7 @@ async function publishPackage(pkg, runIfNotDry) {
|
|||||||
[
|
[
|
||||||
'publish',
|
'publish',
|
||||||
'--new-version',
|
'--new-version',
|
||||||
pkg.version,
|
pkg.newVersion,
|
||||||
...(_releaseTag ? ['--tag', _releaseTag] : []),
|
...(_releaseTag ? ['--tag', _releaseTag] : []),
|
||||||
'--access',
|
'--access',
|
||||||
'public',
|
'public',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user