mirror of
https://github.com/Gongxh0901/kunpolibrary
synced 2025-07-30 20:08:40 +00:00
修改构建后文件复制路径
This commit is contained in:
parent
65be0498cc
commit
5209db0d70
@ -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": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user