Skip to content

Commit a335caa

Browse files
committed
chore: fix docs deploy script
1 parent dcdf8aa commit a335caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
set -e
55

66
# build
7-
npm run build:docs
7+
npm run :build:docs
88

99
# navigate into the build output directory
1010
cd docs/.vuepress/dist

0 commit comments

Comments
 (0)