From a22fba30168b51dc287eed78306879626f6f2e2b Mon Sep 17 00:00:00 2001 From: Christian Stoller Date: Thu, 14 Mar 2024 14:17:06 +0100 Subject: [PATCH] Updated example for custom build targets in README The example misses the level in the config. --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 536c352..98463b3 100644 --- a/README.md +++ b/README.md @@ -30,11 +30,13 @@ You can define new build targets in you applications configuration file: massive_build: targets: main: - target_one: ~ - target_two: ~ - target_three: ~ + dependencies: + target_one: ~ + target_two: ~ + target_three: ~ quick: - target_one: ~ + dependencies: + target_one: ~ ```` The above will allow you to execute: