feat(fix bucket creation to be locally in the .nogit dir): update
This commit is contained in:
@@ -6,4 +6,6 @@ export const packageDir = plugins.path.join(
|
||||
);
|
||||
export const nogitDir = plugins.path.join(packageDir, './.nogit');
|
||||
|
||||
export const bucketsDir = plugins.path.join(nogitDir, './bucketsDir');
|
||||
export const cwd = process.cwd();
|
||||
|
||||
export const bucketsDir = plugins.path.join(cwd, '.nogit/bucketsDir');
|
||||
|
Reference in New Issue
Block a user