mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +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) {
|
if (!skipGit) {
|
||||||
const { stdout } = await run('git', ['diff'], { stdio: 'pipe' });
|
const { stdout } = await run('git', ['diff'], { stdio: 'pipe' });
|
||||||
if (stdout) {
|
if (stdout) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user