mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +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())
|
||||
|
||||
gulp.task 'watch', [ 'test', 'lint' ], ->
|
||||
gulp.watch(OPTIONS.files.tests, [ 'test' ])
|
||||
gulp.watch(OPTIONS.files.coffee, [ 'lint' ])
|
||||
gulp.watch(OPTIONS.files.coffee, [ 'test', 'lint' ])
|
||||
|
Loading…
Reference in New Issue
Block a user