ci: 🎡 配置子项目npm仓库地址
This commit is contained in:
parent
e641d6dafc
commit
0cecc4df11
|
|
@ -20,6 +20,9 @@
|
|||
"utils",
|
||||
"common"
|
||||
],
|
||||
"publishConfig": {
|
||||
"registry": "http://npm.nps.yunvip123.cn"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "vite build",
|
||||
"watch": "vite build --watch",
|
||||
|
|
|
|||
|
|
@ -19,6 +19,9 @@
|
|||
"keywords": [
|
||||
"uni-app"
|
||||
],
|
||||
"publishConfig": {
|
||||
"registry": "http://npm.nps.yunvip123.cn"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "vite build",
|
||||
"watch": "vite build --watch",
|
||||
|
|
|
|||
|
|
@ -19,6 +19,9 @@
|
|||
"keywords": [
|
||||
"vue2"
|
||||
],
|
||||
"publishConfig": {
|
||||
"registry": "http://npm.nps.yunvip123.cn"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "vite build",
|
||||
"watch": "vite build --watch",
|
||||
|
|
|
|||
|
|
@ -19,6 +19,9 @@
|
|||
"keywords": [
|
||||
"vue3"
|
||||
],
|
||||
"publishConfig": {
|
||||
"registry": "http://npm.nps.yunvip123.cn"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "vite build",
|
||||
"watch": "vite build --watch",
|
||||
|
|
|
|||
Loading…
Reference in New Issue