mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-05 19:41:40 +08:00
Revert "build: 发布时在更版本号后执行reinstall来生成新lock"
This reverts commit 7dad24737454c99c6f164a6e7699f1e560d7155b.
This commit is contained in:
parent
9448d94e99
commit
4670adadc0
@ -165,7 +165,7 @@ async function main() {
|
||||
// build all packages with types
|
||||
step('\nBuilding all packages...');
|
||||
if (!skipBuild && !isDryRun) {
|
||||
await run('pnpm', ['run', 'reinstall']);
|
||||
await run('pnpm', ['run', 'build']);
|
||||
} else {
|
||||
console.log(`(skipped)`);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user