fix(core): update

This commit is contained in:
2020-03-17 00:21:05 +00:00
parent 3d30f41f84
commit e2550aaf78
2 changed files with 4 additions and 4 deletions

View File

@ -2,3 +2,4 @@ import * as plugins from './smartarchive.plugins';
export const packageDir = plugins.path.join(__dirname, '../');
export const nogitDir = plugins.path.join(__dirname, './.nogit');
plugins.smartfile.fs.ensureDir(nogitDir);