From eb341b9f6f563da41a83f34ea7ddac3ad7299af7 Mon Sep 17 00:00:00 2001 From: Ian VanSchooten Date: Mon, 5 Sep 2022 10:38:35 -0400 Subject: [PATCH] Include rendererAssets in npm bundle --- code/lib/cli/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/code/lib/cli/package.json b/code/lib/cli/package.json index 14efb77ec8b3..a903fcbc9515 100644 --- a/code/lib/cli/package.json +++ b/code/lib/cli/package.json @@ -29,6 +29,7 @@ "files": [ "bin/**/*", "dist/**/*", + "rendererAssets/**/*", "README.md", "*.js", "*.d.ts"