mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-05 19:41:40 +08:00
build: 发布后更新pnpm lockfile
This commit is contained in:
parent
5c43fbfd96
commit
a66ef3273a
@ -187,6 +187,10 @@ async function main() {
|
||||
}
|
||||
}
|
||||
|
||||
// update pnpm-lock.yaml
|
||||
step('\nUpdating lockfile...');
|
||||
await run(`pnpm`, ['install', '--prefer-offline']);
|
||||
|
||||
if (!skipGit) {
|
||||
const { stdout } = await run('git', ['diff'], { stdio: 'pipe' });
|
||||
if (stdout) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user