mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-01-12 23:02:16 +05:30
Fix typos
This commit is contained in:
parent
b181142d5b
commit
627f81e1b0
@ -42,7 +42,7 @@ const isTest = process.argv.some((arg) => arg.indexOf('karma') !== -1);
|
||||
|
||||
const isDockerized = !!process.env.DOCKERIZED;
|
||||
const isCI = !!process.env.CI;
|
||||
const isSilent = isCI || process.argv.some((arg) => /quite/.test(arg));
|
||||
const isSilent = isCI || process.argv.some((arg) => /quiet/.test(arg));
|
||||
|
||||
process.env.NODE_ENV = isProduction ? 'production' : 'development';
|
||||
if (isTest) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user