From 555f51f52a1299bc34d0cf84990a7f490661953e Mon Sep 17 00:00:00 2001 From: "sur.la.route" <17788706+christopherpickering@users.noreply.github.com> Date: Wed, 12 Oct 2022 08:31:25 +0200 Subject: [PATCH] =?UTF-8?q?Update=20=F0=9F=86=99-How-to-Update.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit npm was warning to change `--production` to `--omit=dev` on the install section. --- 🆙-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 4badc01..643ab7f 100644 --- a/🆙-How-to-Update.md +++ b/🆙-How-to-Update.md @@ -37,7 +37,7 @@ git fetch --all git checkout 1.18.5 --force # Install dependencies and prebuilt -npm install --production +npm install --omit=dev npm run download-dist # Restart