/
githubmirror
/
nest
Обзор
Документация
Войти
/
githubmirror
/
nest
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tools/gulp/config.ts
7 строк
205 B
Kamil Myśliwiec
fix(): integration tests cleanup, update deps versions
02 мар 2020, 15:46
Не верифицирован
02 мар 2020, 15:46
5d2de5f
Код
Авторство
О чём код?
import { getDirs } from './util/task-helpers'; // All paths are related to the base dir export const source = 'packages'; export const samplePath = 'sample'; export const packagePaths = getDirs(source);