fix(core): update

This commit is contained in:
2019-05-09 00:08:40 +02:00
parent 1960b1d125
commit 390200ad2a
11 changed files with 184 additions and 97 deletions

1
ts/interfaces/index.ts Normal file
View File

@ -0,0 +1 @@
export * from './interfaces.watchmodes';

View File

@ -0,0 +1 @@
export type TWatchModes = 'test' | 'gitzone_npm' | 'gitzone_service' | 'gitzone_website' | 'echoSomething';