修改package.json

This commit is contained in:
宫欣海 2025-02-20 11:30:06 +08:00
parent 68090ca38d
commit 187237ac67

View File

@ -21,7 +21,7 @@
"scripts": {
"clean": "rm -rf dist",
"build": "npm run clean && rollup -c rollup.config.mjs",
"copy": "cp -r dist/* /Users/gongxh/work/kunpo-lib/KunpoDemo/node_modules/kunpocc/dist/",
"copy": "cp -r dist/* ../KunpoDemo/node_modules/kunpocc/dist/",
"build:all": "npm run build && npm run copy"
},
"files": [
@ -35,7 +35,7 @@
"license": "ISC",
"repository": {
"type": "gitlab",
"url": "https://git.lanfeitech.com/gongxinhai/kunpolibrary/-/tree/main/KunpoLib"
"url": "https://github.com/Gongxh0901/kunpolibrary"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"