mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
chore: fix build:site scripts
This commit is contained in:
parent
c21324b256
commit
d4d5e2bc67
@ -6,6 +6,6 @@
|
|||||||
"lint": "cd packages/vant && yarn lint",
|
"lint": "cd packages/vant && yarn lint",
|
||||||
"test": "cd packages/vant && yarn test",
|
"test": "cd packages/vant && yarn test",
|
||||||
"build": "cd packages/vant && yarn build",
|
"build": "cd packages/vant && yarn build",
|
||||||
"build:site": "cd packages/vant && build:site"
|
"build:site": "cd packages/vant && yarn build:site"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user