mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
cleanup
This commit is contained in:
parent
cfd35f5e84
commit
3507123795
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue