From 9c7be57f21afd5df38f7f50ddd0eb57b869ee0b0 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Thu, 19 May 2022 12:20:37 +0800 Subject: [PATCH] :pencil2: Style: fix typo --- CONTRIBUTING.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5f06234b..801fb377 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,17 +20,17 @@ And now you are ready to go! Here are some useful commands. ```bash -#build theme.js with babel +# build theme.js with babel npm run babel -#build theme.js and then build the static site +# build theme.js and then build the static site npm run build -#run a local debugging server +# run a local debugging server with watch npm run server -#run a local debugging server in production environment +# run a local debugging server with watch in production environment npm run server:production -#build theme.js and then run a local debugging server +# build theme.js and then run a local debugging server npm run start -#build theme.js and then run a local debugging server in production environment +# build theme.js and then run a local debugging server in production environment npm run start:production ```