From f69a091aaff2dbcb2bdb4d776c6026df491b07df Mon Sep 17 00:00:00 2001 From: kunish Date: Sat, 2 Sep 2023 01:08:35 +0800 Subject: [PATCH] docs: pnpm preview should be pnpm serve --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 310e21c..f6f6b1d 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ pnpm build Serve static files ```shell -pnpm preview +pnpm serve ``` ### Run inside Docker