Add rondo test command
This commit is contained in:
parent
ef84b9ae4c
commit
41c5022f32
@ -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', [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user