Skip to content

Commit c1cf27a

Browse files
authored
DOP-1791 Pushless staging: only install mongodb if not already installed on local comp (#101)
* test deploy * commit * clean up * clean up * clen up * clen up
1 parent 50462a3 commit c1cf27a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ MAKEFLAGS += --silent
99
# $(MAKECMDGOALS) is the list of "targets" spelled out on the command line
1010
stagel:
1111
git clone --quiet https://github.com/mongodb/snooty-scripts.git build_scripts
12-
@ cd build_scripts && npm install
12+
@ cd build_scripts && npm list mongodb || npm install mongodb
1313
@ source ~/.config/.snootyenv && node build_scripts/app.js $(filter-out $@,$(MAKECMDGOALS))
1414
@ rm -rf build_scripts
1515

0 commit comments

Comments
 (0)