fix(config): migrate configuration handling from npmextra to smartconfig
This commit is contained in:
@@ -76,7 +76,7 @@ const migrateAccessLevel = (npmextraJson: any): boolean => {
|
||||
*/
|
||||
export const run = async (projectArg: Project) => {
|
||||
const formatSmartstream = new plugins.smartstream.StreamWrapper([
|
||||
plugins.smartgulp.src([`npmextra.json`]),
|
||||
plugins.smartgulp.src([`smartconfig.json`]),
|
||||
gulpFunction.forEach(async (fileArg: plugins.smartfile.SmartFile) => {
|
||||
const fileString = fileArg.contents.toString();
|
||||
const npmextraJson = JSON.parse(fileString);
|
||||
|
||||
Reference in New Issue
Block a user