fix(core): update
This commit is contained in:
5
ts/smartnpm.paths.ts
Normal file
5
ts/smartnpm.paths.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import * as plugins from './smartnpm.plugins';
|
||||
|
||||
export const packageDir = plugins.path.join(__dirname, '../');
|
||||
export const nogitDir = plugins.path.join(packageDir, '.nogit/');
|
||||
plugins.smartfile.fs.ensureDirSync(nogitDir);
|
||||
Reference in New Issue
Block a user