From bd8b0386b4263eb6ddb7f5c7ef01736aa2f2afbb Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sat, 20 Aug 2022 18:15:27 +0000 Subject: [PATCH] Cleanup misc es-lint disablements not required, removed dev mode manually set flag for better NODE_ENV built in flag which avoids potentially forgetting to remove that in production builds. --- devdocs/deploy.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/devdocs/deploy.md b/devdocs/deploy.md index 83ff7ce7..c7a97ff9 100644 --- a/devdocs/deploy.md +++ b/devdocs/deploy.md @@ -18,10 +18,6 @@ Docs are not versioned but dated in mkdocs.yml copyright property so if that nee #MyAppVersion in C:\data\code\raven\dist\install\windows\x64\lan.iss #MyAppVersion in C:\data\code\raven\dist\install\windows\x64\standalone.iss -### CLIENT DEV MODE TURNED OFF - -Make sure main.js in client devmode is set to false (should just keep it that way unless diagnosing a specific issue during development) - ### run build-release.bat check for errors