Add rondo test command

This commit is contained in:
Jerko Steiner 2019-08-02 20:30:44 +07:00
parent ef84b9ae4c
commit 41c5022f32

View File

@ -25,6 +25,10 @@ export async function watchEsm(path: string = '.') {
])
}
export async function test(...args: string[]) {
await run('jest', args)
}
export async function browserify(path: string = '.') {
// mkdirSync(join(path, 'build'), {recursive: true})
await run('browserify', [