mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
12 lines
310 B
JSON
12 lines
310 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"prepare": "husky install",
|
|
"dev": "cd packages/vant && yarn dev",
|
|
"lint": "cd packages/vant && yarn lint",
|
|
"test": "cd packages/vant && yarn test",
|
|
"build": "cd packages/vant && yarn build",
|
|
"build:site": "cd packages/vant && yarn build:site"
|
|
}
|
|
}
|