From 8676c31ac38887562130a1e2261c7689912bed9b Mon Sep 17 00:00:00 2001 From: LouisLam Date: Wed, 6 Oct 2021 02:04:49 +0800 Subject: [PATCH] Update to 1.8.0 from 1.7.3 --- 🆙-How-to-Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/🆙-How-to-Update.md b/🆙-How-to-Update.md index 0d546d3..81ba35f 100644 --- a/🆙-How-to-Update.md +++ b/🆙-How-to-Update.md @@ -18,7 +18,7 @@ PS: For every new release, it takes some time to build the docker image, please ```bash cd git fetch --all -git checkout 1.7.3 --force +git checkout 1.8.0 --force npm install --legacy-peer-deps node node_modules/esbuild/install.js npm run build