From 118c4fe3978e77db05f3e52b356e9f95624a5aeb Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Sun, 1 May 2022 12:43:21 +0800 Subject: [PATCH] Move some env vars to development only --- 🆙-How-to-Update.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/🆙-How-to-Update.md b/🆙-How-to-Update.md index 2384c5d..9759105 100644 --- a/🆙-How-to-Update.md +++ b/🆙-How-to-Update.md @@ -34,10 +34,10 @@ cd # Update from git git fetch --all -git checkout 1.15.0 --force +git checkout 1.15.1 --force -# Install dependenies and prebuilt -npm ci --production +# Install dependencies and prebuilt +npm install --production npm run download-dist # Restart