From b38aeb307adc5c18f621a138b661ec2747e8fca2 Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Mon, 3 May 2021 14:15:52 +0300 Subject: [PATCH] include create resource templates in build 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": {