fix(core): update
This commit is contained in:
@@ -14,7 +14,7 @@ export class SmartPnpm {
|
||||
async getDependencyLicenseJson() {
|
||||
try {
|
||||
// Get store directory
|
||||
const execResult = await this.smartshellInstance.execSilent('pnpm licenses list --json');
|
||||
const execResult = await this.smartshellInstance.execSilent(`(cd ${this.projectDir} && pnpm licenses list --json)`);
|
||||
const licenseJson: {[key: string]: Array<{
|
||||
"name": string;
|
||||
"version": string;
|
||||
|
||||
Reference in New Issue
Block a user