mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
Add lint task to test command.
This commit is contained in:
@@ -328,6 +328,7 @@ gulp.task('test:api-v2:safe', ['test:prepare:server'], (done) => {
|
|||||||
|
|
||||||
gulp.task('test:all', (done) => {
|
gulp.task('test:all', (done) => {
|
||||||
runSequence(
|
runSequence(
|
||||||
|
'lint',
|
||||||
'test:e2e:safe',
|
'test:e2e:safe',
|
||||||
'test:common:safe',
|
'test:common:safe',
|
||||||
// 'test:content:safe',
|
// 'test:content:safe',
|
||||||
|
|||||||
Reference in New Issue
Block a user