mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-10-09 10:19:58 +08:00
chore: add publish config
This commit is contained in:
parent
a872a070e4
commit
c77bf803cb
@ -12,6 +12,9 @@
|
|||||||
"types",
|
"types",
|
||||||
"vetur"
|
"vetur"
|
||||||
],
|
],
|
||||||
|
"publishConfig": {
|
||||||
|
"registry": "https://registry.npmjs.org/"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"bootstrap": "yarn || npm i",
|
"bootstrap": "yarn || npm i",
|
||||||
"dev": "vant-cli dev",
|
"dev": "vant-cli dev",
|
||||||
|
@ -11,7 +11,8 @@
|
|||||||
"node": ">=10"
|
"node": ">=10"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public",
|
||||||
|
"registry": "https://registry.npmjs.org/"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "tsc --watch",
|
"dev": "tsc --watch",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user