We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f599dc commit c0a3f29Copy full SHA for c0a3f29
runtests.py
@@ -25,7 +25,7 @@ def flake8_main(args):
25
26
def run_tests_eslint():
27
print('Running: eslint')
28
- command = subprocess.call(['cd rest_framework_docs/static/ && npm test'], shell=True)
+ command = subprocess.call(['cd rest_framework_docs/static/ && npm install && npm test'], shell=True)
29
print("" if command else "Success. eslint passed.")
30
return command
31
0 commit comments