fix(core): update

This commit is contained in:
2019-01-27 18:55:38 +01:00
parent 25871fc970
commit 400e228ffc
6 changed files with 695 additions and 197 deletions

View File

@ -3,7 +3,7 @@ import * as path from 'path';
import * as smartscaf from '../ts/index';
process.env.CI = 'true'
process.env.CI = 'true';
let testScafTemplate: smartscaf.ScafTemplate;