mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
chore(use): add release script
This commit is contained in:
parent
dbc6b92868
commit
cbeb3d4c81
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@vant/use",
|
"name": "@vant/use",
|
||||||
"version": "0.0.1-beta.0",
|
"version": "0.0.1-alpha.0",
|
||||||
"description": "Vant composition api",
|
"description": "Vant composition api",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"module": "es/index.js",
|
"module": "es/index.js",
|
||||||
@ -8,7 +8,8 @@
|
|||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "tsc -m esNext --outDir es --watch",
|
"dev": "tsc -m esNext --outDir es --watch",
|
||||||
"build": "tsc && tsc -m esNext --outDir es"
|
"build": "tsc && tsc -m esNext --outDir es",
|
||||||
|
"release": "yarn build && release-it"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user