diff --git a/tasks.py b/tasks.py index 74291b2..7e412ce 100644 --- a/tasks.py +++ b/tasks.py @@ -50,6 +50,7 @@ def test(ctx): """Run lint commands and tests.""" ctx.run('pip install -r {0} --ignore-installed'.format(REQUIREMENTS), echo=True) + _run_npm_command(ctx, 'run lint') os.chdir(COOKIE) _run_flask_command(ctx, 'lint') _run_flask_command(ctx, 'test')