mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +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
|
// build all packages with types
|
||||||
step('\nBuilding all packages...');
|
step('\nBuilding all packages...');
|
||||||
if (!skipBuild && !isDryRun) {
|
if (!skipBuild && !isDryRun) {
|
||||||
await run('pnpm', ['run', 'reinstall']);
|
await run('pnpm', ['run', 'build']);
|
||||||
} else {
|
} else {
|
||||||
console.log(`(skipped)`);
|
console.log(`(skipped)`);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user