This is an automated email from the ASF dual-hosted git repository.
urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new f6ee4e57286 update preview script
f6ee4e57286 is described below
commit f6ee4e5728618754fef3932afd3f833013849ecc
Author: Li Li <[email protected]>
AuthorDate: Mon May 23 21:07:47 2022 +0800
update preview script
Signed-off-by: Li Li <[email protected]>
---
site2/website-next/preview.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/site2/website-next/preview.sh b/site2/website-next/preview.sh
index 36335d3bc42..8d332813d4a 100755
--- a/site2/website-next/preview.sh
+++ b/site2/website-next/preview.sh
@@ -7,4 +7,5 @@ BUILD_VERSIONS=$BUILD_VERSIONS"]"
echo $BUILD_VERSIONS >.build-versions.json
+yarn install
yarn start
\ No newline at end of file