mirror of
https://github.com/Gongxh0901/kunpolibrary
synced 2025-10-29 02:15:46 +00:00
修改package.json
This commit is contained in:
@@ -21,7 +21,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/* /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"
|
"build:all": "npm run build && npm run copy"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
@@ -35,7 +35,7 @@
|
|||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "gitlab",
|
"type": "gitlab",
|
||||||
"url": "https://git.lanfeitech.com/gongxinhai/kunpolibrary/-/tree/main/KunpoLib"
|
"url": "https://github.com/Gongxh0901/kunpolibrary"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "https://registry.npmjs.org/"
|
"registry": "https://registry.npmjs.org/"
|
||||||
|
|||||||
Reference in New Issue
Block a user