mirror of
https://github.com/Gongxh0901/kunpolibrary
synced 2025-10-29 10:25:48 +00:00
修改构建后文件复制路径
This commit is contained in:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user