fix(build): modernize package configuration and remove smartfile dependency from filesystem operations
This commit is contained in:
@@ -5,4 +5,4 @@ export const packageDir = plugins.path.join(
|
||||
'../'
|
||||
);
|
||||
export const noGitDir = plugins.path.join(packageDir, './.nogit');
|
||||
plugins.smartfile.fs.ensureDirSync(noGitDir);
|
||||
plugins.fs.mkdirSync(noGitDir, { recursive: true });
|
||||
|
||||
Reference in New Issue
Block a user