mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-14 07:52:15 +00:00
Add lint task to test command.
This commit is contained in:
parent
037337d54f
commit
2e16bade2b
1 changed files with 1 additions and 0 deletions
|
|
@ -328,6 +328,7 @@ gulp.task('test:api-v2:safe', ['test:prepare:server'], (done) => {
|
|||
|
||||
gulp.task('test:all', (done) => {
|
||||
runSequence(
|
||||
'lint',
|
||||
'test:e2e:safe',
|
||||
'test:common:safe',
|
||||
// 'test:content:safe',
|
||||
|
|
|
|||
Loading…
Reference in a new issue