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.
1 parent 50462a3 commit c1cf27aCopy full SHA for c1cf27a
Makefile
@@ -9,7 +9,7 @@ MAKEFLAGS += --silent
9
# $(MAKECMDGOALS) is the list of "targets" spelled out on the command line
10
stagel:
11
git clone --quiet https://github.com/mongodb/snooty-scripts.git build_scripts
12
- @ cd build_scripts && npm install
+ @ cd build_scripts && npm list mongodb || npm install mongodb
13
@ source ~/.config/.snootyenv && node build_scripts/app.js $(filter-out $@,$(MAKECMDGOALS))
14
@ rm -rf build_scripts
15
0 commit comments