UNPKG

build-scripts

Version:

scripts core

7 lines (6 loc) 219 B
import build = require('./commands/build'); import start = require('./commands/start'); import test = require('./commands/test'); export * from './core/Context'; export * from './types'; export { build, start, test, };