We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69e4ba2 + bfa40cc commit f517662Copy full SHA for f517662
Makefile
@@ -8,7 +8,7 @@ webpack = ./node_modules/.bin/webpack
8
9
10
dependencies:
11
- @./tools/silent_monitor.py ./tools/install_deps.py requirements.txt
+ @./tools/silent_monitor.py pip install -r requirements.txt
12
@./tools/silent_monitor.py ./tools/check_js_deps.sh
13
14
db_init:
tools/install_deps.py
0 commit comments