chore(cli): bump execa v6 (#11438)

This commit is contained in:
neverland
2022-12-31 10:23:22 +08:00
committed by GitHub
parent 2c4b599138
commit 254b77b1a0
6 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import execa from 'execa';
import { execa } from 'execa';
import { consola } from './logger.js';
import { execSync } from 'child_process';
import { getVantConfig } from './constant.js';