summaryrefslogtreecommitdiff
path: root/blubber.example.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'blubber.example.yaml')
-rw-r--r--blubber.example.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/blubber.example.yaml b/blubber.example.yaml
index 1979ee5..bfb3a37 100644
--- a/blubber.example.yaml
+++ b/blubber.example.yaml
@@ -18,7 +18,9 @@ variants:
requirements: [package.json, package-lock.json]
python:
requirements: [requirements.txt]
- builder: [make, -f, Makefile]
+ builder:
+ command: [make, deps]
+ requirements: [Makefile, vendor]
development:
includes: [build]