From 83e63bf959e5fe258432286579a225e31d5ef4a9 Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Mon, 3 May 2021 19:58:18 +0300 Subject: [PATCH] Include create resource templates in build (#2693) Signed-off-by: Jari Kolehmainen --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 528f74c084..6a5fac242d 100644 --- a/package.json +++ b/package.json @@ -103,6 +103,11 @@ "!**/node_modules" ] }, + { + "from": "templates/", + "to": "./templates/", + "filter": "**/*.yaml" + }, "LICENSE" ], "linux": {