fix(project): Minor fixes and cleanup
This commit is contained in:
@@ -92,7 +92,7 @@ export const run = async (projectArg: Project) => {
|
||||
// set overrides
|
||||
const overrides = plugins.smartfile.fs.toObjectSync(
|
||||
plugins.path.join(paths.assetsDir, 'overrides.json'),
|
||||
)
|
||||
);
|
||||
packageJson.pnpm = packageJson.pnpm || {};
|
||||
packageJson.pnpm.overrides = overrides;
|
||||
|
||||
|
Reference in New Issue
Block a user