0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] format

This commit is contained in:
situ2001 2024-10-31 03:14:42 +00:00 committed by astrobot-houston
parent 9ca89b3e13
commit c414eec6ac

View file

@ -149,7 +149,7 @@ async function installPackage(
cwd, cwd,
// reset NODE_ENV to ensure install command run in dev mode // reset NODE_ENV to ensure install command run in dev mode
env: { NODE_ENV: undefined }, env: { NODE_ENV: undefined },
} },
}, },
); );
spinner.succeed(); spinner.succeed();