t3chguy/remove-communities-v2
Michael Telatynski 2022-02-02 16:13:06 +00:00
parent dc24701283
commit 40d3a82975
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ module.exports = (env, argv) => {
//
// argv.mode is always set to "production" by yarn build
// (called to build prod, nightly and develop.element.io)
// arg.mode is set to "delopment" by yarn start
// arg.mode is set to "development" by yarn start
// (called by developers, runs the continuous reload script)
// process.env.CI_PACKAGE is set when yarn build is called from scripts/ci_package.sh
// (called to build nightly and develop.element.io)