修改构建后文件复制路径

This commit is contained in:
gongxh 2025-07-28 14:28:47 +08:00
parent 65be0498cc
commit 5209db0d70

View File

@ -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": [