From 4fddfae1136ad2619dcbdf2b58a41532ec002309 Mon Sep 17 00:00:00 2001 From: Eduardo Trujillo <ed@chromabits.com> Date: Sun, 20 Dec 2020 19:31:27 -0800 Subject: [PATCH] chore(hie.yaml): Add a hie.yaml file --- hie.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hie.yaml b/hie.yaml index 4ef275e..c5828f1 100644 --- a/hie.yaml +++ b/hie.yaml @@ -1,2 +1,10 @@ cradle: stack: + - path: "./src" + component: "hgit:lib" + + - path: "./test/unit" + component: "hgit:test:unit" + + - path: "./test/repo" + component: "hgit:test:repo" \ No newline at end of file -- GitLab