From 2796fa8369345c407646de73dee6755adac47ec6 Mon Sep 17 00:00:00 2001 From: liangsky <640634387@qq.com> Date: Sat, 5 Aug 2023 14:14:45 +0800 Subject: [PATCH] fix: publish add template folder --- packages/umijs-plugin-electron/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/umijs-plugin-electron/package.json b/packages/umijs-plugin-electron/package.json index d5d3519..e34bdc7 100644 --- a/packages/umijs-plugin-electron/package.json +++ b/packages/umijs-plugin-electron/package.json @@ -15,6 +15,7 @@ "typings": "./lib/index.d.ts", "files": [ "lib", + "template", "CHANGELOG.md", "LICENSE", "README.md",