mirror of
https://github.com/youzan/vant.git
synced 2026-04-16 02:01:20 +08:00
chore: hoist @vant/cli to root
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
cd packages/vant && npx --no-install vant-cli commit-lint ../../$1
|
||||
npx --no-install vant-cli commit-lint $1
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
cd packages/vant && npx --no-install lint-staged
|
||||
npx --no-install lint-staged
|
||||
|
||||
Reference in New Issue
Block a user