Skip to content

Commit c7f6e93

Browse files
committed
chore: use yarn in docs deploy script
1 parent 21c3488 commit c7f6e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
npm run docs:build
5+
yarn docs:build
66

77
cd docs/.vuepress/dist
88

0 commit comments

Comments
 (0)