0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-03 22:29:08 -05:00
This commit is contained in:
apatel369 2024-11-30 00:22:51 -06:00
parent cfd35f5e84
commit 3507123795

View file

@ -77,7 +77,6 @@ export async function getContext(argv: string[]): Promise<Context> {
'--add': add, '--add': add,
} = flags; } = flags;
let projectName = cwd; let projectName = cwd;
const tag = ref === 'next' ? 'beta' : ref;
if (no) { if (no) {
yes = false; yes = false;