mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-09-11 22:09:47 +08:00
build: npm发布时更新tmagic-form runtime依赖
This commit is contained in:
parent
074d76456b
commit
06ff39b800
@ -138,7 +138,7 @@ function updateVersions(version) {
|
||||
updatePackage(path.resolve(__dirname, '..'), version);
|
||||
// 2. update all packages
|
||||
packages.forEach((p) => updatePackage(getPkgRoot(p), version));
|
||||
['vue3', 'react', 'vue2'].forEach((p) => updatePackage(getRunTimeRoot(p), version));
|
||||
['vue3', 'react', 'vue2', 'tmagic-form'].forEach((p) => updatePackage(getRunTimeRoot(p), version));
|
||||
updatePackage(getPlayground(), version);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user