mirror of
https://github.com/youzan/vant.git
synced 2026-05-05 01:00:55 +08:00
chore: fix build:site scripts
This commit is contained in:
+1
-1
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user