fix(aidoc): Update to include package-lock.json in uncommitted changes check
This commit is contained in:
@ -27,7 +27,7 @@ export class Commit {
|
||||
smartgitInstance,
|
||||
this.projectDir
|
||||
);
|
||||
const diffStringArray = await gitRepo.getUncommittedDiff(['pnpm-lock.json']);
|
||||
const diffStringArray = await gitRepo.getUncommittedDiff(['pnpm-lock.yaml', 'package-lock.json']);
|
||||
const projectContext = new ProjectContext(this.projectDir);
|
||||
let contextString = await projectContext.update();
|
||||
contextString = `
|
||||
|
Reference in New Issue
Block a user