Skip to content
This repository was archived by the owner on Oct 1, 2022. It is now read-only.

Commit 252fcab

Browse files
committed
updates to docs for route
1 parent d7c546a commit 252fcab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
y#!/usr/bin/env sh
1+
#!/usr/bin/env sh
22

33
# abort on errors
44
set -e
55

66
# build
7-
yern docs:build
7+
yarn docs:build
88

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

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
],
66
"npmClient": "yarn",
77
"useWorkspaces": true,
8-
"version": "4.1.1"
8+
"version": "4.1.2"
99
}

0 commit comments

Comments
 (0)