From 5209db0d70a8a21f9c712c2528562f7bd2f2d6f3 Mon Sep 17 00:00:00 2001 From: gongxh Date: Mon, 28 Jul 2025 14:28:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9E=84=E5=BB=BA=E5=90=8E?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=A4=8D=E5=88=B6=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 48302e3..3504f93 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "scripts": { "clean": "rm -rf dist", "build": "npm run clean && rollup -c rollup.config.mjs", - "copy": "cp -r dist/* ../KunpoDemo/node_modules/kunpocc/dist/", + "copy": "cp -r dist/* demo/node_modules/kunpocc/dist/", "build:all": "npm run build && npm run copy" }, "files": [