mirror of
https://github.com/Gongxh0901/kunpolibrary
synced 2025-10-29 18:35:47 +00:00
修改构建后文件复制路径
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rm -rf dist",
|
"clean": "rm -rf dist",
|
||||||
"build": "npm run clean && rollup -c rollup.config.mjs",
|
"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"
|
"build:all": "npm run build && npm run copy"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
|
|||||||
Reference in New Issue
Block a user