fix(config): migrate configuration handling from npmextra to smartconfig
This commit is contained in:
@@ -70,7 +70,7 @@ export class NpmextraFormatter extends BaseFormatter {
|
||||
|
||||
async analyze(): Promise<IPlannedChange[]> {
|
||||
const changes: IPlannedChange[] = [];
|
||||
const npmextraPath = 'npmextra.json';
|
||||
const npmextraPath = 'smartconfig.json';
|
||||
|
||||
// Check if file exists
|
||||
const exists = await plugins.smartfs.file(npmextraPath).exists();
|
||||
|
||||
Reference in New Issue
Block a user