From 3071611cd0a43131a6e33eacede53259aa0d2110 Mon Sep 17 00:00:00 2001 From: gongxh Date: Tue, 9 Sep 2025 09:45:51 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=AF=91=E6=B7=BB=E5=8A=A0=E5=A4=8D?= =?UTF-8?q?=E5=88=B6=E5=88=B0demo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e70f0b7..69a86ec 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,8 @@ }, "scripts": { "clean": "rm -rf dist", - "build": "npm run clean && rollup -c rollup.config.mjs" + "copy": "cp -r dist/* ./../kunpo-esc/demo/node_modules/kunpocc-behaviortree/dist/", + "build": "npm run clean && rollup -c rollup.config.mjs && npm run copy" }, "files": [ "dist/kunpocc-behaviortree.cjs",