mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-20 06:07:55 +00:00
Watch all coffee files for running test
This commit is contained in:
parent
a491627354
commit
f961d44fd7
@ -25,5 +25,4 @@ gulp.task 'lint', ->
|
|||||||
.pipe(coffeelint.reporter())
|
.pipe(coffeelint.reporter())
|
||||||
|
|
||||||
gulp.task 'watch', [ 'test', 'lint' ], ->
|
gulp.task 'watch', [ 'test', 'lint' ], ->
|
||||||
gulp.watch(OPTIONS.files.tests, [ 'test' ])
|
gulp.watch(OPTIONS.files.coffee, [ 'test', 'lint' ])
|
||||||
gulp.watch(OPTIONS.files.coffee, [ 'lint' ])
|
|
||||||
|
Loading…
Reference in New Issue
Block a user